Skip to content

tildajson/BookBuddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookBuddy

Reading Tracker web app created to improve users' reading experience.

About The Project

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 and updating objects in a database (CRUD).

Machine learning book recommendation section in progress.

The goal with this project was to challenge my knowledge of Django by keeping up with newer versions, and to create a large-scale web app that is easily scalable. Another goal was to develop skills in combining Python with JavaScript.

Built With

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Installation

  1. Clone the repo
    git clone https://github.com/tildajson/BookBuddy.git
  2. Install dependencies
    pip install -r requirements.txt
  3. Start server
    python manage.py runserver
  4. To visit app
    http:https://127.0.0.1:8000/

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

Roadmap

  • Authentication & Authorization
  • Book Recommendation Model
  • Add Friends-Feature
  • Error Handling