Skip to content

Commit b4f13a1

Browse files
Create README for DIU Student Manager Dashboard
Added README.md for the DIU Student Manager Dashboard project, detailing features, project structure, tech stack, and getting started instructions.
1 parent 0d22869 commit b4f13a1

1 file changed

Lines changed: 144 additions & 0 deletions

File tree

README.md

Lines changed: 144 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,144 @@
1+
2+
# 🎓 DIU Student Manager Dashboard
3+
4+
<p align="center">
5+
A modern academic productivity dashboard built for students of <b>Daffodil International University</b>.
6+
<br>
7+
Manage classes, assignments, study plans, habits, goals, and daily routines in one place.
8+
</p>
9+
10+
<p align="center">
11+
12+
![HTML](https://github.com/Mdsifatmahmud/DIU_Student_manager/blob/main/index.html)
13+
14+
15+
</p>
16+
17+
---
18+
19+
## 📖 About The Project
20+
21+
**DIU Student Manager Dashboard** is a student productivity tool designed to help university students organize their academic activities efficiently.
22+
23+
The dashboard provides a centralized place to manage:
24+
25+
* class schedules
26+
* assignments and deadlines
27+
* study plans
28+
* personal goals
29+
* daily habits
30+
* structured routines
31+
32+
This project demonstrates practical **frontend dashboard development** and user-focused design for academic productivity.
33+
34+
---
35+
36+
## ✨ Features
37+
38+
✔ Class Schedule Manager
39+
✔ Assignment & Deadline Tracker
40+
✔ Study Planner
41+
✔ Goal Management
42+
✔ Habit Tracking
43+
✔ Daily Routine Planner
44+
✔ Multi-page Dashboard Navigation
45+
46+
---
47+
48+
## 🖼 Project Preview
49+
50+
51+
Example:
52+
53+
```
54+
/assets/screenshots/dashboard.png
55+
```
56+
57+
```markdown
58+
![Dashboard Preview](assets/screenshots/dashboard.png)
59+
```
60+
61+
---
62+
63+
## 🧱 Project Structure
64+
65+
```
66+
diu-student-manager
67+
68+
├── index.html
69+
├── schedule.html
70+
├── assignments.html
71+
├── planner.html
72+
├── habits.html
73+
├── goals.html
74+
75+
├── css
76+
│ └── styles.css
77+
78+
├── js
79+
│ └── script.js
80+
81+
└── assets
82+
├── screenshots
83+
└── images
84+
```
85+
86+
---
87+
88+
## 🛠 Tech Stack
89+
90+
| Technology | Purpose |
91+
| ---------- | ------------- |
92+
| HTML5 | Structure |
93+
| CSS3 | Styling |
94+
| JavaScript | Interactivity |
95+
96+
---
97+
98+
## 🚀 Getting Started
99+
100+
### Clone the repository
101+
102+
```bash
103+
git clone https://github.com/yourusername/diu-student-manager.git
104+
```
105+
106+
### Open the project
107+
108+
Simply open:
109+
110+
```
111+
[index.html](https://github.com/Mdsifatmahmud/DIU_Student_manager/blob/main/index.html)
112+
```
113+
114+
115+
116+
---
117+
118+
## 🎯 Future Improvements
119+
120+
* User authentication system
121+
* Database integration
122+
* Mobile responsive design
123+
* Study analytics dashboard
124+
* Reminder & notification system
125+
* Calendar integration
126+
127+
---
128+
129+
## 👨‍💻 Author
130+
131+
**Md. Sifat Mahmud**
132+
CSE Student
133+
Daffodil International University
134+
135+
GitHub:
136+
[https://github.com/yourusername](https://github.com/Mdsifatmahmud)
137+
138+
---
139+
140+
## ⭐ Support
141+
142+
If you find this project helpful, consider giving it a **star ⭐** on GitHub.
143+
144+

0 commit comments

Comments
 (0)