Project Details

Project information

  • Category: Web Development
  • Client: Freelance
  • Project date: 20 december, 2023
  • Project URL:

To-Do list web application.

A simple To-do list web application built using react.js for learning purposes, it taught me how to deal with different kinds of states, I used the useReducer hook in this project and dispatched the actions depending on an object of action names, its way better and cleaner than using multiple useStates.