https://github.com/himanshukumar21/college-complaint-feedback
The College Complaint & Feedback System is a web-based application that allows students to submit complaints and feedback related to college services. It provides an admin interface for managing and resolving those complaints.
https://github.com/himanshukumar21/college-complaint-feedback
admin admin-dashboard css csv font-awesome frontend github html javascript project session session-management student-login webdevelopment webdevprojects
Last synced: 2 months ago
JSON representation
The College Complaint & Feedback System is a web-based application that allows students to submit complaints and feedback related to college services. It provides an admin interface for managing and resolving those complaints.
- Host: GitHub
- URL: https://github.com/himanshukumar21/college-complaint-feedback
- Owner: HimanshuKumar21
- Created: 2025-06-27T19:09:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-27T19:22:12.000Z (about 1 year ago)
- Last Synced: 2025-06-28T19:55:12.043Z (about 1 year ago)
- Topics: admin, admin-dashboard, css, csv, font-awesome, frontend, github, html, javascript, project, session, session-management, student-login, webdevelopment, webdevprojects
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🎓 College Complaint & Feedback System
A lightweight, browser-based complaint management portal for colleges, enabling students to submit complaints and admins to manage them — all without a backend.
---
📌 Project Description
The **College Complaint & Feedback System** is a web-based application that simplifies the process of raising and resolving complaints within an educational institution. Students can submit complaints through a categorized form, and administrators can manage, update, and export those complaints using a clean dashboard.
---
🎯 Features
👨🎓 Student Panel
- Login using email or roll number (no password)
- Submit complaints by category (Academics, Hostel, Transport, etc.)
- View list of submitted complaints with status
- Persistent login until manually logged out
🛡️ Admin Panel
- Secure login (`admin` / `admin123`)
- Dashboard with complaint counts: Total, Pending, In Progress, Resolved
- Filter and search through complaints
- Update complaint statuses
- Delete complaints
- Export complaints to CSV
- Session persists across reloads
---
🧰 Tech Stack
- **Frontend**: HTML, CSS, JavaScript
- **Data Storage**: localStorage, sessionStorage
- **Icons**: Font Awesome
- **CSV Export**: JavaScript Blob API



