Skip to content

QiForge/Student-Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎓 Student Dashboard

A responsive and interactive Student Dashboard Web Application designed to manage and visualize academic and administrative data for students.
Built with HTML, CSS, JavaScript, and Node.js, this project aims to provide a clean UI and modular backend for easy scalability.


🚀 Features

  • 📊 Dashboard Overview – Displays student progress, statistics, and important updates.
  • 🗂️ Course Management – View and track enrolled courses, assignments, and grades.
  • 📅 Timetable Scheduling – Organized weekly timetable layout.
  • 🔐 Login & Authentication (Planned) – Secure access for students and admins.
  • 🎨 Clean UI Design – Lightweight frontend using HTML, CSS, and JS.
  • ⚙️ Modular Architecture – Easy to extend with APIs or databases like MongoDB.

🏗️ Project Structure

Student-Dashboard-main/
│
├── Frontend/                 # Main web UI (organized by type)
│   ├── html/                 # HTML files
│   ├── css/                  # Stylesheets
│   └── js/                   # Frontend scripts
│
├── frontend/                 # Alternate or experimental frontend
│   ├── css/
│   └── js/
│
├── Assets/                   # Images, icons, and other media
│
├── package.json              # Node.js dependencies and scripts
├── .gitignore                # Git ignore rules
├── LICENSE                   # License file
└── README.md                 # Documentation (this file)

🛠️ Tech Stack

Frontend:

  • HTML5
  • CSS3
  • JavaScript (Vanilla JS)

Backend (Planned/Partial):

  • Node.js
  • Express.js

Other Tools:

  • Git & GitHub for version control
  • Visual Studio Code for development

⚙️ Installation & Setup

1️⃣ Clone the Repository

git clone https://github.com/your-username/Student-Dashboard.git
cd Student-Dashboard-main

2️⃣ Install Dependencies

npm install

3️⃣ Run the Project

npm start

Or open Frontend/html/index.html directly in your browser for the static demo.


📸 Screenshots

Add your screenshots here (UI preview, dashboard layout, etc.)

![Dashboard Preview](Assets/screenshot1.png)
![Timetable Preview](Assets/screenshot2.png)

👥 Team

Developed by Team Code Falcon under QiForge Organisation:

  • 🦅 Yogesh Kumar Mallik (Leader)
  • 🛠️ Saurabh Pandey (Vice Leader)
  • 💻 Ratan Gupta
  • Naval Kishor

📜 License

This project is licensed under the MIT License — see the LICENSE file for details.


🌐 Future Enhancements

  • 🔐 Authentication system with session management
  • 🧮 Integration with MongoDB for persistent data
  • 📬 Notification and messaging system
  • 📈 Analytics dashboard with charts

💬 Feedback

Contributions, issues, and feature requests are welcome!
Feel free to open an issue or submit a pull request on GitHub.


Made with ❤️ by Team Code Falcon (QiForge)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors