A modern full-stack web application designed to collect, manage, and analyze student feedback efficiently. This project demonstrates frontend-backend integration using React and Java with a structured and scalable approach.
- React
- Vite
- CSS
- JavaScript
- Java
- Spring Boot / Java Backend
- MySQL
- Student feedback form submission
- User-friendly frontend interface
- Backend integration for storing and processing feedback
- Organized project structure with separate frontend and backend
- Responsive and clean UI
StudentFeedback_System/
│
├── frontend/ # React frontend
├── backend/ # Java backend
└── .gitignoregit clone https://github.com/sohamg510-06/StudentFeedback_System.git
cd StudentFeedback_Systemcd frontend
npm install
npm run devcd backendThen run your Java backend from your IDE or terminal.
- Admin dashboard
- Authentication / Login system
- Better analytics and reporting
- Deployment for live usage
Soham Gaikwad