https://github.com/26prajval98/todo-app
This is for learning purposes only. Learn and enjoy
https://github.com/26prajval98/todo-app
firebase react-redux server-less todoapp
Last synced: about 2 months ago
JSON representation
This is for learning purposes only. Learn and enjoy
- Host: GitHub
- URL: https://github.com/26prajval98/todo-app
- Owner: 26prajval98
- Created: 2018-05-01T14:27:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-28T05:12:10.000Z (over 7 years ago)
- Last Synced: 2025-03-29T17:41:25.700Z (about 1 year ago)
- Topics: firebase, react-redux, server-less, todoapp
- Language: JavaScript
- Homepage: https://26prajval98.github.io/Todo-App/#/
- Size: 1.53 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Simple ToDo App with react and firebase
## For learning and refernce puposes only
## [Master Branch](https://github.com/26prajval98/Todo-App)
* Uses flux model for react
* Install node and npm install
* Then npm start
### Topics Covered
* React js
* React communication with components
* Two way binding
* React Routing using React-Router V4 (BrowserRouter)
* Firebase as backend using react
____
____
## [Redux Branch](https://github.com/26prajval98/Todo-App/tree/Redux)
* Uses Redux model for react ( [Click here for Demo](https://26prajval98.github.io/Todo-App/#/) )
* Install node and npm install
* Then npm start
### Topics Covered
* React js
* React Routing using React-Router V4 (HashRouter)
* Firebase as backend using react
* Redux
* React-redux
* Redux-middleware
* Redux-think (for async actions)
___
___
## Add your own config file in /src as config.js and export the config to get the app running. Tab used for adding todos
Authentication Not included
Learn and enjoy :open_hands: :smile: :fireworks: :thumbsup:
___