This project allows one to post their favourite quotes as well as delete the quotes. The website has one page that show cases the quotes posted and a form to post others. The user is able to upvote and downvote a quote as well as view quote details such as the one who posted it and the time that has passed since it was posted.
On the command line type:
git clone https://github.com/victoriamwangi/And-I-Quote.git
cd And-I-Quote
npm install
to open project on vs code run: code .
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.
- Either a computer,phone,tablet or an Ipad to interact with the site and access to the Internet.
- For installation: npm, angular
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.
-
Displays Quote post Form
- INPUT: "User's Enter their name"
- INPUT: "User's Enter the author's name"
- INPUT: "User's Enter the Quote"
- OUTPUT: "User's redirect to profile after successful login"
-
Displays an Error Message if any Inputs left blank
- INPUT: ""
- OUTPUT: "Displays Error Message"
-
Displays the quotes: -Name of the one who posted. -Author of the quote -Quote -Days that have passed since it passed.
-
Upvote or Downvote a quote
-
Delete quote
- HTML - which was used to build the general structure of the page.
- CSS - which was used to style the page.
- Bootstrap - which was used to make the page responsive and visually appealing
- JavaScript - which was used to form information, calculate days that have passed.
- Angular- js framework used to do fast development
MIT License
Copyright (c) [2022] [VictoriaMwangi]
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.
LinkedIn - [https://www.linkedin.com/in/victoria-mwangi-5bb054203/]