Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 948 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 948 Bytes

Programming-Quotes

Introduction

This application requests and displays random programming quotes from https://programming-quotes-api.herokuapp.com. It gives option to vote displayed quote and based on rate of vote it shows most/least similar quotes. so, if vote is rated >= 4 then is shows most similar matching quote and least similar matching quote if it is rated < 2. Otherwise it displays random quote from all quotes. https://programming-quote.herokuapp.com/

Project setup

git clone https://github.com/abhijeetkr93/programming-quotes
cd programming-quotes
npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Copyright and license

MIT License