My projects
Beyonderbound
This is the result of our final project at school of code. For this project we had different idea in mind , and after a democratic vote we aggred to create a travel app to help people choose their dream holiday after this years of pandemic. After we decide the app we interview directly others team to have a wider idea about what we want to build. We challenge our self by implementing unit test(jest), E2E testing(cypress),Typescript and next js, something we were not confortable and learned during the process. We also manage to introduce a single mock test that simulate a call on the backend, but is something we need to master. The agile methodology help us to organise our daily task(standup,daily sprint,wrap up and retrospective etc.)
City weather API
First Project of School of Code where i create a City Info using a weather API.
The app has been created using Vanilla Javascript,Html and Css.
The Most challenge part of this
project has been retreive the info from the API and assign the different data to a variable and place the info on the page.
Was the first time i use Css in a complete project for create a table and add weather icon on the page.