Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loconluis/todo-list-estratek
Working with Redux, Ajax call, react and that! ⚡️
https://github.com/loconluis/todo-list-estratek
Last synced: 16 days ago
JSON representation
Working with Redux, Ajax call, react and that! ⚡️
- Host: GitHub
- URL: https://github.com/loconluis/todo-list-estratek
- Owner: loconluis
- Created: 2018-02-02T22:50:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T19:36:33.000Z (about 2 years ago)
- Last Synced: 2023-02-27T05:56:48.966Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 586 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Read this
1. The original version is on Tag 1.0.02. The version with Styles is on Tag 1.0.1.
This is an application that simulates, a list of Todos.
![imgr](https://i.imgur.com/Zqd6GxP.gif)
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
### For development uses:
`$ git clone repo`
`$ cd todo-list-estratek`
`$ npm install` or `$ yarn install`
`$ npm start` or `yarn start`
***When the api doesnt exist use the seed data on the project, and comment the code with the fetching data.