This application displays some of your favorite quote authors together with their quotes. The application allows a user to create a quote,to like/dislike existing quotes and also delete goals. The application highlights the quote with the highest upvotes.
- Navigate to the repository's about section
- Click on the live link posted up.
- Try the above described actions.
- Navigate to the code section next to the About and copy the link provided
- Fork or clone the repository into your local machine and work on changes deemed necessary
- Before cloning you need to have Angular CLI and npm installed.
- Run
ng build
to build the project. The build artifacts will be stored in thedist/
directory. - Run
ng generate component component-name
to generate a new component. You can also useng generate directive|pipe|service|class|guard|interface|enum|module
. - Run
ng serve
for a dev server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files. - 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 - To get more help on the Angular CLI use
ng help
or go check out the Angular CLI Overview and Command Reference page
Data persistence has not been implemented in the project hence making uploaded quotes disappear when the page is refreshed.
This project was generated with Angular CLI version 12.2.9.
In case of anything, bugs issues or complimentary stuff kindly reach me at @[email protected]
MIT Copyright(c)2021 Mwikali-quotes