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