1
1
Fork 0
Full Stack (Python/Javascript) Analytics dashboard where you can track your reading progress https://novelmetrix.nl
Go to file
Jordy van Zeeland dd397e0b0e Error handling 2023-11-30 08:19:55 +01:00
ras Error handling 2023-11-30 08:19:55 +01:00
.DS_Store Edit README file + new image 2023-11-22 09:39:23 +01:00
.gitignore Edit README file + new image 2023-11-22 09:39:23 +01:00
README.md Edit README file + new image 2023-11-22 09:39:23 +01:00
graph.png Edit README file + new image 2023-11-22 09:39:23 +01:00
requirements.txt Changes to the UI + Ratings data 2023-03-07 17:07:53 +01:00

README.md

alt text

NovelMetrix

NovelMetrix is a webapp where you can track your reading progress. Not only you can use it as a personal reading journal (managing your readed books and challenges) but it also contains an analytics dashboard to visually show your progress.

Features

  • Dashboard where you can visually check your progress
  • Manage you readed books
  • Manage your reading challenges

Technical details

This Full Stack webapp is build with Django (Python) as a backend API and for the frontend UI I've integrated React (Javascript) into the Django app.

  • Authentication with JSON Web Token (JWT)
  • Pandas package for data analytics
  • SQLAlchemy package for the database