Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zyhou/todolist-react
Todo list avec React + flux + local storage
https://github.com/zyhou/todolist-react
Last synced: 8 days ago
JSON representation
Todo list avec React + flux + local storage
- Host: GitHub
- URL: https://github.com/zyhou/todolist-react
- Owner: zyhou
- Created: 2016-10-05T15:38:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-08T15:49:11.000Z (about 8 years ago)
- Last Synced: 2024-11-06T13:47:30.667Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todolist-react
Todo list React + Flux
Utilisation du local storage pour garder en local les informations de création des items de la todo list.
![Alt text](/assets/todo.png?raw=true "Todo list")
**Installation des prérequis :**
- [nodejs](https://nodejs.org/en/) et [npm](https://www.npmjs.com/)
- [Create React App](https://github.com/facebookincubator/create-react-app)**Récupérer les dépendances :**
```
npm install
```**Lancer le projet :**
```
npm start
```Si vous avez une question ou autre, n'hésitez pas.