Skip to content

An Angular application for adding, upvoting, downvoting and deleting quotes submitted. The project is used to assimilate Angular JS basics of designing a highly interactive FrontEnd.

License

Notifications You must be signed in to change notification settings

kelvinMakamu/quotesNest

Repository files navigation

Netlify Status

QuotesNest

Brief Description

QuotesNest is an application that allows users to add, delete, upvote and downvote quotes.
The user provides the quote, author, and the individual who submitted the quote while creating a quote.
Upvoting the quotes is done by clicking the button labelled 'upvote'.
Downvoting the quotes is done by clicking the button labelled 'Downvote'.
The quote that is the most upvoted is highlighted with a background colour of cyan.

The main functionalities are:

  • Create a new quote
  • Upvote a quote
  • Downvote a quote
  • Delete a quote
  • Viewing the number of upvotes/downvotes for each quote.

Authors

Set Up Instructions

To start using this project:

  • git clone https://github.com/kelvinMakamu/quotesNest.git
  • cd quotesNest
  • npm install
  • ng serve Navigate to http://localhost:4200/

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Technologies Used

  • HTML5
  • CSS3
  • Bootstrap
  • TypeScript
  • GIT

Live Application

Contact Information

License And Copyright Information

MIT License

Copyright (c) 2020 QuotesNest

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.

About

An Angular application for adding, upvoting, downvoting and deleting quotes submitted. The project is used to assimilate Angular JS basics of designing a highly interactive FrontEnd.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published