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
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.
- 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:
Run
ng servefor a dev server. Navigate tohttp://localhost:4200/. The application will automatically reload if you change any of the source files. Runng generate component component-nameto generate a new component. You can also useng generate directive|pipe|service|class|guard|interface|enum|module. Runng buildto build the project. The build artifacts will be stored in thedist/directory. Runng testto execute the unit tests via Karma. Runng e2eto 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. To get more help on the Angular CLI useng helpor go check out the Angular CLI Overview and Command Reference page.
- NodeJS.
- Node Package Manager(NPM).
- Node Version Manager(NVM).
- 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
In case of any queries you can reach out via email; lynn.nyangon@gmail.com
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