Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akiayu13/todo-react-firebase


https://github.com/akiayu13/todo-react-firebase

Last synced: about 2 months ago
JSON representation

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!