Sam-Karanja / Quotes-Application

This is a web application in which users can create quotes and have those quotes voted on whether they are inspirational or terrible.

Home Page:https://sam-karanja.github.io/Quotes-Application/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quotes

An application where users can create quotes and have those quotes voted on whether they are terrible or are inspirational.

This project was generated with Angular CLI version 13.3.1.

Author

[Samuel Murigi]

Demo

Quotes

Technologies and Dependencies Used

  • HTML
  • CSS
  • Bootstrap
  • JavaScript
  • TypeScript
  • Angular

User Stories (Behavior Driven Development)

  1. Create a new quote.
  2. Upvote or downvote a quote.
  3. Delete a quote.
  4. See the number of upvotes and number of downvotes for each quote.

Setup Instructions

  1. Fork this repository
  2. Clone the forked repository in your local computer.
  3. Development server

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.

  1. Code scaffolding

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.

  1. Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

  1. Running unit tests

Run ng test to execute the unit tests via Karma.

  1. Running end-to-end tests

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.

Contributions

Should you notice any bug or want to add a feature, contributions are highly welcome. Feel free to:

  1. Fork this repository.
  2. Clone the forked repository in your local computer.
  3. Make changes.
  4. Create a pull request.

Contact

karanjasam210@gmail.com

Licence

MIT Copyright (c) 2022

About

This is a web application in which users can create quotes and have those quotes voted on whether they are inspirational or terrible.

https://sam-karanja.github.io/Quotes-Application/

License:MIT License


Languages

Language:TypeScript 68.0%Language:HTML 23.0%Language:JavaScript 8.6%Language:CSS 0.5%