1
1
Fork 0

Edit README file + new image

This commit is contained in:
Jordy van Zeeland 2023-11-22 09:39:23 +01:00
parent 42132d6777
commit 738b9a2e30
8 changed files with 14 additions and 3 deletions

BIN
.DS_Store vendored

Binary file not shown.

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
env/ env/
__pycache__ __pycache__
.DS_Store
db.sqlite3 db.sqlite3
ras/frontend/node_modules ras/frontend/node_modules

View File

@ -1,6 +1,16 @@
![alt text](./graph.png) ![alt text](./graph.png)
# Reading Analytics System # NovelMetrix
Analytics system of my reading progress 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.
Build with Django (Python) and integrated ReactJS for templating ### 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

BIN
graph.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 KiB

After

Width:  |  Height:  |  Size: 331 KiB

BIN
ras/.DS_Store vendored

Binary file not shown.

BIN
ras/api/.DS_Store vendored

Binary file not shown.

BIN
ras/frontend/.DS_Store vendored

Binary file not shown.

Binary file not shown.