https://github.com/thakursaurabh1998/todo-app-react
A ToDo app created with help of React.
https://github.com/thakursaurabh1998/todo-app-react
react react-router
Last synced: 2 months ago
JSON representation
A ToDo app created with help of React.
- Host: GitHub
- URL: https://github.com/thakursaurabh1998/todo-app-react
- Owner: thakursaurabh1998
- Created: 2018-06-15T19:24:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-17T15:50:58.000Z (about 8 years ago)
- Last Synced: 2025-02-07T02:35:51.723Z (over 1 year ago)
- Topics: react, react-router
- Language: JavaScript
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React • [TodoMVC](http://todomvc.com)
> Create and save all your tasks and manage them with this always available ToDo app. A web app created with help of React.
> React makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes.
*Let us [know](https://github.com/tastejs/todomvc/issues) if you discover anything worth sharing.*
## Implementation
- Libraries used => [React](https://reactjs.org)
- Works smooth and error free on all platforms. Takes full use of local storage of the browser.
## Dependencies
* react
* react-router-dom
* prop-types
* Any other can be found in the [package.json](package.json)
## Want to check this app out?
* clone this repository in any directory(or it can be downloaded in form of a zip file).
* install all project dependencies with `npm install`
* start the development server with `npm start`
## Credit
Created by [Saurabh Thakur](http://github.com/thakursaurabh1998)
Template taken from [todoMVC](https://todomvc.com) community