Day 30 (30 Days of Code)

Day 30 (30 Days of Code)

3 August 2023

Finally! On my last day, I made a simple Todo List MERN app from scratch where I used the concepts of props, hooks, and component trees in a bit more advanced way.

  • Video Illustration


  • GitHub Link:

MERN-todo-List

https://github.com/nirbhay-singh100/MERN-ToDo-List


What did I learn?

So I think I have become pretty used to React. Due to this project, I now have a very good understanding of topics such as

  • Props

  • Hooks

  • Managing a component tree

  • fetch API to connect server and client

  • CRUD operations in MERN using MongoDB