Skip to content

tildajson/BookBuddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookBuddy

A full stack reading tracker app inspired by Goodreads. This project is designed to simplify users' reading experience. It provides an easy and efficient way to keep track of the user's books in an accessible list, while the progress bar to track their reading progress helps users feel more motivated to finish the books.

This app handles authentication, authorization, error handling and creating / deleting objects in a database.

Machine learning book recommendation section and full CRUD feature in progress.

Tech Stack

  • Python
  • Javascript
  • Django
  • Bootstrap

Screenshots

Video demo

BookBuddy - Brave 2024-01-22 16_05_47 BookBuddy - Brave 2024-01-22 16_06_05 BookBuddy - Brave 2024-01-22 16_06_44

Installation

Clone this repository.

Install dependencies:

pip install -r requirements.txt

To start server:

python manage.py runserver

To visit app:

http://127.0.0.1:8000/