This project is a web-based feedback system designed for students to submit feedback about their teachers. The submitted data is stored in a database and then analyzed to generate bar graphs that visually represent the feedback trends.
- Student feedback form with rating options for each teacher/subject.
- Data storage using MongoDB (can be adapted for MySQL).
- Analysis and visualization of feedback using bar graphs (Chart.js).
- Simple and clean web interface.
-
Frontend:
- HTML, CSS, JavaScript
- Chart.js (for bar graph visualization)
-
Backend:
- Node.js with Express
- MongoDB (using Mongoose for schema modeling)