#Sign In Application
##Bojana Skarich
###April 24th, 2015
###Description
This app allows users to sign in to document their attendance for the day. They can also sign out at the end of the day. Lists of who has signed in and who has not signed in are displayed on a second page. This app makes use of JavaScript, AngularJS directives such as ng-click, ng-repeat ng-show and ng-hide, and an AngularJS factory to share data between two controllers. Also, Angular UI-Router states are used to alter states in this application.
###Technologies Used
JavaScript
AngularJS
Angular UI Router
HTML5
###Setup Instructions
1. Clone GitHub repository to your local machine.
2. On a Mac, open your terminal and start an http server by typing: $ python -m SimpleHTTPServer and then go to localhost:8000.
3. If you have a Windows machine, download Mongoose to launch your server.
4. Direct browser to root directory file.
###The MIT License (MIT)
Copyright (c) 2015 Bojana Skarich
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.