rossoskull / TodoApp

A simple Todo Manager App using ReactJS and Firebase

Home Page:https://rossoskull.me/TodoApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple Todo Manager App using ReactJS and Firebase

https://rossoskull.me/TodoApp


Languages

Language:JavaScript 90.2%Language:CSS 6.5%Language:HTML 3.4%