- Quotes App
- This is an application where users can create quotes and have those quotes voted on. Whether they are terrible or are inspirational, User has been provided with upvote and downvote.Users can also delete quotes.The page displays the already existing quotes. This project was generated with Angular CLI version 12.2.8.
Willard Sigei: https://github.com/Willardsigei
- HTML5
- Angular CLI
- BOOTSTRAP
- Javascript
- css
To view this page, use the link: https://willardsigei.github.io/Quotes-app/
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.
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.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory.
Run ng test to execute the unit tests via Karma.
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.
- The page works as expected so there are no bugs.
| Input | Output |
|---|---|
| User clicks on Create Quote button | Quote is displayed |
| User clicks the Delete Button | The quote is removed from view |
| User clicks Upvote button | Number of votes increases by one on each click |
| User clicks Downvote button | Number of upvotes increases by one on each click |
- Open Terminal on your computer and create a folder.
- Clone or download and unzip the repository from github: https://willardsigei.github.io/Quotes-app/git
- Open it on a text editor
- Contribute and save your changes.
- Run ng serve from your terminal
- For any suggestions, feedback, or inquiries, contact me via email : [kipngenosigei04@gmail.com]
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.
- MIT License
- Copyright (c) Kipngeno Sigei || 2021