Laptop mockup
To do list
To do list
To do list

To do list

Very simple To do list application built with React to lean this JavaScript library. The tasks are persisted into a NoSQL database. You can only add and delete tasks for now, i plan to add more features in a near future, such as authentication (tasks will be persisted into database for the logged user) and update a given task.

Stack used

To build this application, I used Express: a back-end framework coupled with NodeJS for the server part, mongoDB for the NoSQL database part as well as the Mongoose connection driver. I was able to build my REST API from scratch with the help of Postman for managing my API endpoints and editing documentation for these endpoints. I also used the React to consume my API endpoints.

My Other
Works