Project Details
Project information
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.