You can visit the app here.
This is a ReactJS app, which uses the Redux and Firebase services.
$ git clone https://github.com/rossoskull/TodoApp.git
$ npm install
Create a firebase project on Firebase Console
After creating it, you will need to create a Config
directory in the /src/
directory.
Create a file named fbconfig.js
in the Config
directory.
$ npm start
$ npm run build