Skip to content

Commit 8e6eda2

Browse files
committed
screenshots added
1 parent 41a19ce commit 8e6eda2

28 files changed

Lines changed: 110 additions & 85 deletions

Procfile

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 93 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,103 @@ A modern web-based task management system built with Django and Tailwind CSS.
6262
- Static and media file handling.
6363
- Email sending for account activation and task assignment.
6464

65-
## 🔗 Live Demo
65+
## 📸 Screenshots
6666

67-
👉 [https://your-domain.com](https://your-domain.com)
67+
### 🏠 Home Page
6868

69-
## 🧪 Demo Credentials
69+
**Light Mode**
7070

71-
**Admin**
71+
![Home Page (Light)](screenshots/light_logout_home.png)
7272

73-
- Username: `admin`
74-
- Password: `123456`
73+
**Dark Mode**
74+
75+
![Home Page (Dark)](screenshots/dark_logout_home.png)
76+
77+
### 🔐 Authentication
78+
79+
**Registration**
80+
81+
![Registration Page](screenshots/register_page.png)
82+
83+
### 🚀 Core Features
84+
85+
**Manager Dashboard**
86+
87+
![Manager Dashboard](screenshots/manager_dashboard.png)
88+
89+
**Light Manager Dashboard**
90+
91+
![Light Manager Dashboard](screenshots/light_manager_dashboard.png)
92+
93+
**Task Status**
94+
95+
- **To-Do**
96+
97+
![To-Do Tasks](screenshots/todo_task.png)
98+
99+
- **In Progress**
100+
101+
![In Progress Tasks](screenshots/inprogress_task.png)
102+
103+
- **Completed**
104+
105+
![Completed Tasks](screenshots/completed_task.png)
106+
107+
**All Projects**
108+
109+
![All Projects](screenshots/all_projects.png)
110+
111+
**Task Form**
112+
113+
![Task Form](screenshots/task_form.png)
114+
115+
### 👤 User Profile
116+
117+
**User Profile**
118+
119+
![User Profile](screenshots/user_profile.png)
120+
121+
**Edit Profile**
122+
123+
![Edit Profile](screenshots/edit_profile.png)
124+
125+
**Change Password**
126+
127+
![Change Password](screenshots/cange_password.png)
128+
129+
### 📄 Additional Pages
130+
131+
**Feature Page**
132+
133+
![Feature Page](screenshots/feature_page.png)
134+
135+
**Pricing Page**
136+
137+
![Pricing Page](screenshots/pricing_page.png)
138+
139+
**Contact Page**
140+
141+
![Contact Page](screenshots/contact_page.png)
142+
143+
### 📱 Responsive Design
144+
145+
**Home Page**
146+
147+
![Responsive Home](screenshots/responsive_home.png)
148+
149+
**Pricing Page**
150+
151+
![Responsive Pricing](screenshots/responsive_pricing.png)
152+
153+
**Contact Page**
154+
155+
![Responsive Contact](screenshots/responsive_contact.png)
156+
157+
### ⚙️ Admin Panel
158+
159+
**Django Admin**
160+
161+
![Django Admin](screenshots/dj_admin_panel.png)
75162

76163
## Setup and Installation
77164

details.md

Lines changed: 0 additions & 49 deletions
This file was deleted.

generate_secret_key.py

Lines changed: 0 additions & 2 deletions
This file was deleted.

requirements.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ Django==5.1.4
33
django-debug-toolbar==4.4.6
44
Faker==33.1.0
55
pillow==11.2.1
6-
psycopg-binary==3.2.3
7-
psycopg2-binary==2.9.10
86
python-dateutil==2.9.0.post0
9-
python-decouple==3.8
107
six==1.17.0
118
sqlparse==0.5.2
129
typing_extensions==4.12.2
1310
tzdata==2025.2
14-
gunicorn
15-
django-widget-tweaks
11+
django-widget-tweaks
12+
psycopg2-binary==2.9.10
13+
python-decouple==3.8

runtime.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

screenshots/all_projects.png

84.9 KB
Loading

screenshots/cange_password.png

60.6 KB
Loading

screenshots/completed_task.png

136 KB
Loading

screenshots/contact_page.png

54.5 KB
Loading

0 commit comments

Comments
 (0)