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
- Host: GitHub
- URL: https://github.com/harshithadev/quotesqueue
- Owner: harshithadev
- Created: 2024-04-24T04:56:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-08T05:50:48.000Z (about 2 years ago)
- Last Synced: 2025-02-01T11:20:18.187Z (over 1 year ago)
- Language: CSS
- Size: 1.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)