Bookfinder is designed to help users find audiobooks with a focus on philosophical and scientific content. It filters out get-rich-quick and self-help books, aiming to provide depth and substance by uncovering hidden gems in the factual category. Users can create an account, curate their to-read list with intriguing books from the science, psychology, and philosophy genre, and avoid sifting through irrelevant or misclassified books.
- Fetches and filters audiobooks from BookBeat with the aim to provide more philosophical and scientific content.
- Get a quicker and more informative overview of each book.
- Save books into 3 booklists: Want-to-Read, Maybe-to-Read, and Not-to-Read.
- Remember your choices, so you don't have to scroll through all over again.
Visit the page and read more about it at bookfinder.eshtropy.se
Django-React-Tailwindcss Boilerplate is Django project with React as frontend served by Django. Tailwind css has been used to style the components.
Live Demo: https://nepdr.pythonanywhere.com/
pip3 install -r requirements.txt
npm install
npm run build
If you want to see live changes while building the project run npm run dev
which will keep watching the changes. Whenever you save the project refresh the browser to see the changes.
python manage.py runserver