Skip to content

jimvickery/angular-todo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 49.1%
  • JavaScript 40.4%
  • CSS 10.5%