https://github.com/mr-destructive/readlits
A Gamified Book review and quiz app(Work in Progress)
https://github.com/mr-destructive/readlits
Last synced: 8 months ago
JSON representation
A Gamified Book review and quiz app(Work in Progress)
- Host: GitHub
- URL: https://github.com/mr-destructive/readlits
- Owner: Mr-Destructive
- Created: 2023-06-05T15:03:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-07T20:27:59.000Z (11 months ago)
- Last Synced: 2025-07-07T23:23:06.628Z (11 months ago)
- Language: Python
- Homepage: https://readlits.vercel.app
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Readlits
A Gamified Book review and quiz app. Browse through the catalog of books, challenge yourself with the quiz about the book, get points and unlock reviewing.
- [] Book Catalog
- [] Quiz Form
- [] Review Form
- [] Book Clubs
### Setup
```
python -m venv venv
pip install -r requirements-dev.txt -r requirements.txt
```