Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alesanchezr/exercise-todo-list
Practice your React.js Skills Building a TodoList application.
https://github.com/alesanchezr/exercise-todo-list
Last synced: 13 days ago
JSON representation
Practice your React.js Skills Building a TodoList application.
- Host: GitHub
- URL: https://github.com/alesanchezr/exercise-todo-list
- Owner: alesanchezr
- Created: 2020-03-22T03:36:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-10T07:31:00.000Z (over 3 years ago)
- Last Synced: 2024-10-11T02:58:23.235Z (26 days ago)
- Language: HTML
- Size: 552 KB
- Stars: 0
- Watchers: 2
- Forks: 78
- Open Issues: 1
-
Metadata Files:
- Readme: README.es.md
Awesome Lists containing this project
README
# ![alt text](https://assets.breatheco.de/apis/img/images.php?blob&random&cat=icon&tags=breathecode,32) React TODO application with Flux
Cree una aplicación de lista de TODO que permita a los usuarios agregar y eliminar tareas.
Requerimientos:
- Tu aplicación necesita verse [así](https://projects.breatheco.de/json?slug=todo-list&preview).
- Las tareas se agregan cuando el usuario presiona enter en el teclado.
- El icono de eliminar solo se muestra cuando la tarea está activada.
- El usuario puede agregar tantas tareas como desee.Este proyecto tiene dos enfoques diferentes, pregúntele a su mentor qué enfoque debe tomar:
- Con React: una aplicación de reacción estándar, los datos se almacenan dentro del estado del componente.
- Con React + Flux :: Una aplicación Flux con separación MVC usando Acciones, Tiendas y un Dispatcher. (Si ya lo dieron en clase)