jimvickery / angular-todo

our first angular todo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AngularJS TODO list

Deployment Instructions:

1. Clone the Project 
  1. Create FBCreds file with firebase credentials setting the search index to
  2. CD into lib folder and type in the terminal:
npm install
  1. Set Up a Firebase account and set the rules to:
{
"rules": {
".read": "true",
".write": "true",
"posts" : {
".indexOn": ["uid"]
}
}
}
  1. Run https server by typing in the terminal:
hs 
  1. Open browser and type:
http://localhost:8080 
  1. Register, then start submitting images or comments.

About

our first angular todo


Languages

Language:HTML 49.1%Language:JavaScript 40.4%Language:CSS 10.5%