https://github.com/annal001/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.
https://github.com/annal001/quotes
angular bootstrap5 html-css-javascript typescript
Last synced: about 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/annal001/quotes
- Owner: AnnaL001
- License: mit
- Created: 2022-04-08T07:03:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-13T07:02:43.000Z (about 4 years ago)
- Last Synced: 2025-01-21T06:11:33.806Z (over 1 year ago)
- Topics: angular, bootstrap5, html-css-javascript, typescript
- Language: TypeScript
- Homepage: https://AnnaL001.github.io/quotes
- Size: 1.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
#### By **[Lynn Nyangon](https://github.com/AnnaL001)**
## 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](https://github.com/angular/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](https://AnnaL001.github.io/quotes)
* 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](https://karma-runner.github.io).
#### 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](https://angular.io/cli) 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**