This repository holds the code for a React todos application. You can follow the step-by-step guide to building the fantastic project here.
You can download or clone this project by running this command from your terminal:
git clone https://github.com/Ibaslogic/react-todo-project
The command will create a directory in the name of the project folder.
Once you have the project files and folders bootstrapped, open them with your text editor.
Next, switch inside the project directory and run:
npm install
This will install all the necessary dependencies in the local node_modules
folder.
Finally, start your development server by running the following:
npm run dev