University Course Evaluation System

An online web application that allows users to fill out evaluations and admins to view these evaluations via an admin dashboard!

A demo of the web application's admin dashboard.

Project Purpose

This web application allows a user to register an account with a username and password, login into their account, and make an evaluation on a course. An admin can login and view completed evaluations submitted by users and search for evaluations from a certain user via the admin dashboard. I designed this web application as a way to learn how to use HTML/CSS as a Front-End, Python as a Back-End, and SQLite as a database management system. I was also able to practice more full-stack practices such as; Creating a practical program, reusing old software, and database management actions