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

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)

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
```