A web application that allows users to easily upload and organize PDF files.
With intuitive folder organization, users can keep their PDFs in order and focus on each document without distractions. The application also provides valuable analytics on reading habits.
Users can track the time spent on each PDF, gain insights into daily reading time, and identify popular reads.
With secure authentication using tokens, users can confidently manage their PDFs while ensuring data privacy.
- The Django REST backend is located in
./study_sense
- The React frontend can be found in
./studySenseClient
- Install the necessary packages by running npm install.
npm install
- Django runs on
port 8000
, and React runs onport 5173
by default. - Open the terminal and execute the following command:
chmod +x dev.sh
./dev.sh
-
Organize into folders: Can organize the PDFs into a folder.
-
Access Anywhere: Your Files and data are synced with the cloud, access it from anywhere
-
Analytics: Get an understanding of your study sessions.
-
Security: Secure Authentication using Tokens.
Secure authentication | |
Detailed Analytics | |
Distractionless UI |
We encourage your feedback! You can share your thoughts with us by:
- Opening an issue in the repository
For information on how to contribute to this project, please take a look at our contribution guidelines.