/sema

This a sample application where users can create quotes they have encountered and have,in order to have those quotes voted on whether they are terrible, just there or are inspirational.

Primary LanguageTypeScript

#SEMA PROJECT

By Hillary Nyamwaya

Description

This an sample application where users can create quotes they have encountered and have,in order to have those quotes voted on whether they are terrible, just there or are inspirational. A user will be able to:

  • Create a new quote.
  • Upvote or downvote a quote.
  • Delete a quote
  • See the number of upvotes and number of downvotes for each quote._

Setup/Installation Requirements

  • Fork the repo from my github page or clone the repo
  • Have Linux OS to run the application.
  • Make sure you have npm installed.
  • Make sure you have typescript installed. If not, run "$ install -g typescript."
  • Browser recommended is Google Chrome and Mozilla
  • Install Angular CLI by running "$ npm install -g @angular/cli"

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Link

Deployed site will be found here https://hillarydalie.github.io/sema/ Quotations Projects application can be found here: https://Hillarydalie.github.com/sema.git

Technologies Used

  • Angular 8, HTML, CSS, TYPESCRIPT, BOOTSTRAP

License

MIT License

Copyright (c) [2018] [Hillary Nyamwaya]

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) 2018 Hillary Nyamwaya