This is a ToDo application created using Reactjs, Material UI, React Router, Recharts for the Frontend
Firebase for backend, Firebase Cloud Functions have been used for fetching data for the Charts
Follow these steps to setup
Step 1 : create your firebase project
import firebase-db-export.json into your database
copy the rules provided in firebase.db.rules.json
Step 2 : clone the repo
Step 3 : run in your terminal
npm install
Step 4 : rename src/config/keys.SAMPLE.js to src/config/keys.js
Step 5 : add your firebase keys to that file
Step 6 : To get your firebase keys
go to console.firebase.google.com -> open your project -> Click Authentication on left menu -> Click Web Setup on top right corner
copy config object to src/config/keys.js
Step 7 :
npm run start
Demo: https://bit.ly/2EDIXjk
Demo Video : https://youtu.be/OuQZXgeyIis