Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexlaurence/react-todo-app
πA lightweight todo app written in JavaScript using React.js
https://github.com/alexlaurence/react-todo-app
react todo-app
Last synced: 18 days ago
JSON representation
πA lightweight todo app written in JavaScript using React.js
- Host: GitHub
- URL: https://github.com/alexlaurence/react-todo-app
- Owner: alexlaurence
- License: mit
- Created: 2018-09-01T14:12:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-01T18:13:46.000Z (over 6 years ago)
- Last Synced: 2024-11-24T18:44:16.929Z (2 months ago)
- Topics: react, todo-app
- Language: HTML
- Homepage:
- Size: 222 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React-Todo-App
A lightweight todo app written in JavaScript using React.js framework.## Quick Overview
You'll need [Node.js](https://nodejs.org) installed on your computer in order to build this app.
```bash
$ git clone https://github.com/alexlaurence/React-Todo-App
$ cd React-Todo-App
$ npm install
$ npm start
```Then open [http://localhost:3000/](http://localhost:3000/) to see the app.
When youβre ready to deploy to production, create a minified bundle with `npm run build`.If you don't wish to clone, you can [download the source code](https://github.com/alexlaurence/React-Todo-App/archive/master.zip).
## License
MIT License Β© 2018-Present [Celestial Interactive](https://github.com/celestialinteractive). All rights reserved.## End User License Agreement (EULA)
- You will not use this repository for malicious activity.
- We / You will not support anyone who is violating this EULA conditions.
- Repository is just for learning / personal purposes thus should not be part of any service available on the Internet that is trying to do any malicious activity.## Legal
This is a free and open source app. Use it at your own risk.