This is a basic Todo App built using ReactJS. It allows you to add, mark as complete, remove tasks, and even update the pre-existing task of your todo list.
- Add tasks to your todo list.
- Mark tasks as complete.
- Remove tasks from the list.
- Update pre-exisitng tasks from the list.
You can see the live demo of the app here.
-
Clone the repository:
git clone https://github.com/bentekku/to-do-reactjs.git
-
Navigate to the project directory:
cd to-do-reactjs -
Install the dependencies:
npm install
-
Start the development server:
npm start
-
The above npm command should automatically open your default browser and will be navigated to
http://localhost:3000. Incase, if the browser does not open and navigate to localhost automatically, do so manually by opneing your browser and navigate tohttp://localhost:3000to see the app in action. -
Add tasks by typing in the input field and hitting the "Add" button.
-
Mark tasks as complete by clicking the checkbox next to the task.
-
Remove tasks by clicking the "Delete" button next to the task.
-
To update a task simply click on the "Edit" button next the task.
This project is licensed under the MIT License.
