One place to manage all the books you ever read. Get detailed analysis like time spent on a book vs average time spent on a book (based on number of pages in the book).
- Light/dark mode toggle
- Analytics of Books
- Mark your progress
- Add day wise comments to each book
- Mark Book as read
Client: React, TailwindCSS
Server: Django
Clone the project
git clone [email protected]:Pranshu1902/Books-World-fe.git
Go to the project directory
cd Books-World-fe
Install dependencies
npm install
Start the server
npm run start
Clone the project
git clone [email protected]:Pranshu1902/Books-World.git
Go to the project directory
cd Books-World
Install dependencies
pip install requirements.txt
Start the server
python manage.py runserver