Pietro Annobil

Software developer based in london, with love on creating beautiful things with code and make the internet a better place

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.)

NEXTJS JEST CYPRESS TYPESCRIPT HEROKU API EXPRESS
💻<-Live
Source Code

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.

HTML CSS JS API
💻<-Live
Source Code

Cocktail API

Little app to search for cokctails and save your favourite one on database. On fecth page you can see all the cocktails added on the database and also delete them

Dictionary API

For this beginner app i use a Dictionary API
The app has been created using Vanilla Javascript,Html and Css.
Part of the weekly exercise we had at school of code

Movie Search

For this app i use a Movie API
The app has been created using React js,and Css.
Part of the personal exercise regarding components, data fetching, passing down props etc..