Imma7 / Quotes

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

Home Page:https://imma7.github.io/Quotes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quotes

By Immanuel Mugambi

Description

This is a simple Angular 5 application that allows you to create quotes which allows one to add, upvote, downvote or delete a quote.

User Requirements

The applications allows users to do the following:

  • Create a new quote.
  • Upvote or downvote a quote.
  • Delete a quote
  • See the number of upvotes and number of downvotes for each quote.

This project was generated with Angular CLI version 1.7.4.

Development server

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.

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.

Build

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.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

Installation

Cloning

  • '''Make sure you have all the Requirements or running angular apps installed such as node,npm, tsc and watchman'''
  • '''Clone the project into your machine from https://github.com/Imma7/Quotes.git '''
  • '''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.'''

Live Demo

To view the page click here: QUOTES

Technology Used

  • Angular JS
  • HTML
  • CSS

Contributions

Pull requests are encouraged

Contact Details

You can contact me at immamugambi@gmail.com

License

Copyright (c) 2018 Immanuel Mugambi

About

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

https://imma7.github.io/Quotes/

License:MIT License


Languages

Language:TypeScript 71.2%Language:HTML 16.5%Language:JavaScript 10.2%Language:CSS 2.1%