diff --git a/.DS_Store b/.DS_Store index 67bcaa0..fbaa466 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.gitignore b/.gitignore index 7d73808..3007416 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ env/ __pycache__ +.DS_Store db.sqlite3 ras/frontend/node_modules \ No newline at end of file diff --git a/README.md b/README.md index f085fa7..51ac70f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,16 @@ ![alt text](./graph.png) -# Reading Analytics System -Analytics system of my reading progress +# 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. -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 \ No newline at end of file diff --git a/graph.png b/graph.png index b3aa7c8..12e8c53 100644 Binary files a/graph.png and b/graph.png differ diff --git a/ras/.DS_Store b/ras/.DS_Store index 69e0236..7115c3c 100644 Binary files a/ras/.DS_Store and b/ras/.DS_Store differ diff --git a/ras/api/.DS_Store b/ras/api/.DS_Store index 6da9e16..f397cf0 100644 Binary files a/ras/api/.DS_Store and b/ras/api/.DS_Store differ diff --git a/ras/frontend/.DS_Store b/ras/frontend/.DS_Store index aa2bf4b..12a8424 100644 Binary files a/ras/frontend/.DS_Store and b/ras/frontend/.DS_Store differ diff --git a/ras/frontend/static/.DS_Store b/ras/frontend/static/.DS_Store index 2a9d96c..d1d049d 100644 Binary files a/ras/frontend/static/.DS_Store and b/ras/frontend/static/.DS_Store differ