Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bernardobarreto/reactjs-todo-app
Sample todo app using React.js with LocalStorage for data persistance
https://github.com/bernardobarreto/reactjs-todo-app
javascript reactjs todo-app
Last synced: 28 days ago
JSON representation
Sample todo app using React.js with LocalStorage for data persistance
- Host: GitHub
- URL: https://github.com/bernardobarreto/reactjs-todo-app
- Owner: bernardobarreto
- Created: 2023-07-19T23:02:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-22T19:36:25.000Z (over 1 year ago)
- Last Synced: 2024-11-09T14:46:39.107Z (3 months ago)
- Topics: javascript, reactjs, todo-app
- Language: JavaScript
- Homepage:
- Size: 173 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TODO app
Basic todo app with React.js, using Local Storage for data persistance.## Functionalities
- Add todo task
- Mark task as done (task is removed from list)
- Delete task (task is removed from list)## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.