This app is about building a Todo list from scratch using an API to populate some data at the start.
The app should behave like this 
To run the app, just do the following:
$ npm install
$ npm startand then visit http://localhost:8080.
Using the https://jsonplaceholder.typicode.com/photos API, let's build an application that allows to list the photos and also remove them. Ref:
