This repository serves as a learning resource for understanding the useState
hook in React, using a todo app as an illustrative example. It provides a starting point for building the project, allowing you to gain a deeper understanding of state management in React and data manipulation on the screen. By following the provided instructions and working through the project, you'll develop proficiency in utilizing state effectively within React applications.
- Fork and clone this repository.
- Navigate to the cloned repository.
- Inside the
react-todo-starting-point
folder, run this command to install all the required dependencies:npm install
. - Run the React project using
npm run start
. - Make sure everything is working as expected.
- Go to Notion to the
Todo App
page for rendering the list. - Follow the instructions and start working.
Happy Hacking! 😉