Skip to content

AnnaL001/quotes

Repository files navigation

Quotes

An Angular application that allows users to create quotes and either upvote them if the quote is inspirational or downvote them if the quote is terrible.

Description

The quotes app is an Angular web application that allows users to submit quotes and have them either upvoted or downvoted depending on whether they are inspirational or terrible. This is besides, displaying added quotes and an initial list of quotes. Aside from that, other functionalities added include creation of a quote by collecting form inputs, form validation, toggling of the form, deletion of a quote and highlighting the most upvoted quote.
The project was generated with Angular CLI version 13.3.1.

Setup/Installation Requirements

  • Using a mobile device/laptop ensure you have access to stable internet connection
  • To access the web application's code from your GitHub repository, you can fork the repository main's branch via the 'Fork' button.
  • To access the web application's code locally, you can clone the main branch or download the ZIP folder via the 'Code' button
  • Once locally, you can view the web application code via a text editor.
  • To run the code locally, ensure you have NodeJS and Node Package Manager(NPM) installed.
  • Otherwise to view the web application, navigate to the live site below:
    Live Site
  • To carry out other operations, the guidelines/commands are as listed below:

    Development server

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

    Code scaffolding

    Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

    Build

    Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

    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 a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

    Further help

    To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

Dependencies

  • NodeJS.
  • Node Package Manager(NPM).
  • Node Version Manager(NVM).

Technologies Used

  • Angular Framework
  • HTML - For structure of the page
  • CSS - For styling of the page
  • Bootstrap - For predefined styles thus speed up development time
  • JavaScript/TypeScript - For UI behavior and logic

Support and contact details

In case of any queries you can reach out via email; lynn.nyangon@gmail.com

License

MIT 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) 2022 Lynn Nyangon

About

An Angular application that allows users to create quotes and either upvote them if the quote is inspirational or downvote them if the quote is terrible.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors