/super-rentals

practicing Ember JS: components + Firebase

Primary LanguageJavaScript

#Property Rental App with Ember JS

####A basic app practicing Ember JS. 10/27/2016

####By Anand Angalig, Alex Leibler, and Kyle Fisher

##Description

This web application is capable to creating, displaying, and editing meals. Also, users can show meals based on high.low calories levels.

Setup/Installation Requirements

* _Install and initiate node.js, bower, Ember, Ember CLI and npm if your local machine does not have them already._

* _Navigate to the directory in which you want the project to reside._

* _Enter the following command into your terminal:_
    _git clone https://github.com/anandangalig/meal-tracker.git_

* _Navigate to the cloned directory, and execute the following command in the terminal:_
  * _npm install_
  * _bower install_
  * _ember s_

* _To see the app in your browser, go to localhost:4200_

User Stories:

  • As a user, he/she is able to create new rentals
  • As a user, he/she is able to update existing rentals
  • As a user, he/she is able toggle the rental image on/off
  • As a user, he/she is able to delete existing rentals
  • As a user, he/she is able to create new reviews for a specific rental
  • As a user, he/she is able to delete existing reviews
  • As a user, he/she is able navigate between several pages, such as About, Contact Us, Main page with all rentals displayed, and Rental Details

Known Bugs

Could use more styling

Support and Contact Details

Please feel free to contact us at: anandangalig@gmail.com

Technologies Used

  • Angular JS
  • TypeScript
  • JavaScript
  • Node.js
  • Bower
  • Gulp

Further Reading / Useful Links

License

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.

Copyright (c) 2016 Anand Angalig, Alex Leibler, and Kyle Fisher