https://github.com/iamvaibhavsar/react-to-do
https://github.com/iamvaibhavsar/react-to-do
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iamvaibhavsar/react-to-do
- Owner: IamVaibhavsar
- License: mit
- Created: 2019-08-28T11:12:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-28T11:37:34.000Z (over 5 years ago)
- Last Synced: 2025-01-03T04:50:33.732Z (4 months ago)
- Language: JavaScript
- Size: 434 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React To-Do
A to-Do Web Application using react.js that lets user add tasks, Mark them Done and Delete them.
---
# To-Do-App
[See the Project](https://github.com/IamVaibhavsar/React-To-Do "React-To-Do")

Add the task:
Write Your Todo's and click on `ADD TODO` button.
The task is added in the list sucessfully.
Delete the Task:
To Delete the Task, click on `DELETE` button.The Tasks are Deleted sucessfully.
---
To install the node modules:
In the Project directory, Run### `npm install`
In the project directory, you can run:
### `npm start`
ex. `cd desktop/ReactToDo/`
and then run, `npm start`Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.---
### Thank You.