This project was bootstrapped with Create React App.
Follow the steps below to run this project on your local machine.
Prerequisites
Node.js and NPM (comes with Node.js)
- Clone the Repository
Clone the repository to your local machine:
git clone https://github.com/ismaildasci/react-todo.git
cd react-todo
- Install Dependencies Install the project dependencies:
npm install
- Run the Application
Start the application:
npm start
This command runs the app in development mode. Open http://localhost:3000/react-todo to view it in the browser.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.