An open API service indexing awesome lists of open source software.

https://github.com/harshithadev/quotesqueue

A fun flask application to have a one-stop-destination for quotes
https://github.com/harshithadev/quotesqueue

Last synced: about 1 year ago
JSON representation

A fun flask application to have a one-stop-destination for quotes

Awesome Lists containing this project

README

          

#TODO

01. Basic quotes list template (with static quotes) (DONE)
02. Connect a database and load the quotes from there (DONE)
03. Add filters using category (DONE)
04. Add filters using Author (DONE)
05. Add quote route, form and add to database (DONE)
06. Make the like and the dislike buttons responsive (DONE)
07. Change quotes aesthatic, use https://codepen.io/josetxu/pen/QWZxgbX (DONE)
08. Create a random api route that sends a random quote everytime refreshed. (DONE)
09. Display the random quote in the center of the page. (DONE)
10. Add a shuffle icon under to refresh. (DONE)