Skip to content

rossoskull/TodoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

You can visit the app here.

This is a ReactJS app, which uses the Redux and Firebase services.

Running on your local system

Clone the repository

$ git clone https://github.com/rossoskull/TodoApp.git

Installing & setting up

$ npm install

Firebase

Setting up Firebase

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.

Put the following details in fbconfig.js from your firebase project.

screenshot from 2018-12-02 13-36-06

Running the app

$ npm start

Building the app

$ npm run build
You can view the app at http://localhost:3000