Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akiayu13/todo-react-firebase
https://github.com/akiayu13/todo-react-firebase
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/akiayu13/todo-react-firebase
- Owner: akiayu13
- Created: 2022-08-11T05:41:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-11T10:38:32.000Z (over 2 years ago)
- Last Synced: 2024-01-22T07:48:50.054Z (12 months ago)
- Language: JavaScript
- Size: 1.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToDo app using React with Firebase Authentication
A To-do app made using ReactJs which has Firebase Authentication. You can add, delete and mark Todos as completed.
## Demo
You can visit the following link for a live demo of the project:
https://todo-firebase-react.herokuapp.com/## Deployment
To deploy this project run
1. Go to Config->Firebase.js and change the config.2. In root directory run
```bash
npm install
```
3. Start
```bash
npm start
```
Enjoy!