Smart Reader is a Django-based web application that helps users manage and read articles efficiently.
- User authentication (Login / Signup)
- Article reading interface
- Admin dashboard
- Reading list management
- Privacy flow for user data
- Python
- Django
- HTML
- CSS
- JavaScript
- SQLite
-
Clone the repository git clone https://github.com/Sanjajgiri/Smart-Reader.git
-
Navigate to the project directory cd Smart-Reader
-
Install dependencies pip install -r requirements.txt
-
Run the development server python manage.py runserver
-
Open in browser http://127.0.0.1:8000/
Sanjay Final Year Project