My name is Leonardo Muzi

Here's my TODO app made with React + Node + MongoDB

MongoDB-NodeJS-ReactJS TODO APP

TODO list

This app was created using ReactJS, NodeJS and Atlas MongoDB

Used skills:

  • JavaScript
  • MaterialUI
  • CSS
  • Grid/FlexBox Design
  • ReactJS
  • Context API
  • NodeJS for API
  • Express
  • Atlas MongoDB

The main goal of this project was to showcase and put in practice my skills with ReactJS and, even more, with ContextAPI. The first steps for this app was doing the backend with NodeJS and the library Express to connect and provide an API for the Front End, while ReactJS submits a request for populating a state for the TODOs and displaying in multiple components which handle two actions in different components:

  • Insert a TODO
  • Delete a TODO

You can run and explore this code by accessing my GitHub code.