Skip to content

supermacro/GraspWebApp

Repository files navigation

#GraspWebApp

GraspLogo

##Main Stuff

  • index contains the login form
  • dashboard contains the app itself
  • access contains calendaring widget - in progress

###Completed

  • You are able to log in & log out
  • You are able to register & log in simultaneusly
  • Redirects:
    • Dashboard checks if user is logged in - else redirects to index
    • Index redirects to dashboard if already logged in
  • app writing to Firebase
    • current JSON tree looks like:
grasplock: {
	users: {
		user1: {
			lock: true
		},
		user2: {
			lock: true
		},
		user3: {
			lock: true
		},
		...
}

When a user registers, they get assigned a key value pair of {lock: true} for testing purposes. See here.

###To-Do

  • Reading data from Firebase
  • Add additional pages for each icon

###Attribution:

Using Bare HTML starter template for Bootstrap created by Start Bootstrap.

Copyright 2013-2015 Iron Summit Media Strategies, LLC. Code released under the Apache 2.0 license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages