This project was generated with Angular CLI version 6.2.5.
This is a website that contains quotes, one can click the add quote button to add a quote, downvote a quote or upvote a quote.The link to the deployed site is https://apiyo4.github.io/QuoteBoard/
On loading the page, you will find the landing page. On scrolling down you will get quotes and you can upvote or downvote them. On clicking the add quote button, more information appears.
Behavior | Input | Output |
---|---|---|
Loads page | enter this url https://apiyo4.github.io/QuoteBoard/ | Landing page |
Click | Click add quote button | Form appears |
Enter name, quote, author, date | Annette, there is nothing fair in love and war,three idiots, today | There is nothing fair in love and war -three idiots, submitted by Annette 0 days ago |
Click | click downvote | downvote: 1 |
Downvote and upvote do not work.
HTML was used to create the body, CSS to style it and Angular.
In case of anything feel free to get in touch at odingoannette@gmail.com
MIT Copyright (c) {2019} Annette Odingo https://github.com/Apiyo4/QuoteBoard/blob/master/LICENSE
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. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.