Skip to content

quotes feeder app which shows you quote based on similarity of your likes/dislikes

Notifications You must be signed in to change notification settings

abhijeetkr93/simple-quote-app

Repository files navigation

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

About

quotes feeder app which shows you quote based on similarity of your likes/dislikes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published