Project: HKUST SFQ Visualizer
Next.js
React
Python
pandas
This solo project is a tool to visualize the Student Feedback Questionnaire (SFQ) survey results of HKUST.
The website provides rankings for courses and instructors based on SFQ results. Besides, for each course and instructor, a chart of SFQ results over the years is also available. Some additional features, including searching and filtering, are provided as well.
The project is developed with React
and Next.js
. The fantastic charts are made with Chart.js
. Data is from HKUST official website, processed using Python
and pandas
. The website is deployed on Cloudflare Pages
.
p.s. This is my first React project.