Weather App
● An Application that gives the weather update of a particular location and it uses an API that takes a location name
and it generates the longitude and latitude of that location. After that, it uses another Api for forecasting the data.
● Tech: Node.js | Express | HTML | CSS | API’s
Todo App
● An App in which user can performing various operations like as add the task and update the task and delete the task
● CRUD API where users can perform create, retrieve, update, delete operations.
● Tech: Node.js | Express |Mongodb| HTML | CSS | API’s