A full-stack web application built with Flask that allows students to submit feedback and enables admins to view structured analytics. The goal is to provide an intuitive interface for gathering student input and generating meaningful insights using sentiment analysis and visual dashboards.
- ✅ Login/Signup with authentication
- 📝 Submit feedback via easy-to-use form
- 📅 Timestamped entries
- 🔒 Secure form handling
-
📊 View submitted feedback
-
📈 Analytics dashboard with:
- Feedback sentiment distribution
- User activity over time
- Python 3
- Flask (Web framework)
- SQLite (Lightweight database)
- HTML5
- CSS3
- Bootstrap 5
- Jinja2 (Templating engine)
- Chart.js / Plotly for dynamic charts (optional)
- NLTK / TextBlob / VaderSentiment – for basic sentiment analysis