Author: Conor McCoy
Course: CS3041 — Human-Computer Interaction
Instructor: Professor Harrison Lane
Project Type: Final Project (Hi-Fi Prototype)
Resume Analyzer is a high-fidelity prototype built for the CS3041 final project. It allows users to upload a resume and receive automated suggestions in several categories, such as:
- Spelling & Grammar
- Spacing & Formatting
- Content & Flow
- Additional Suggestions
The interface also supports job board integration and user-customized feedback to simulate tailoring resumes for specific applications.
Note: This is not a fully functional product — it is a hi-fi prototype designed for usability evaluation and interaction design purposes.
Portions of this project were developed with help from ChatGPT, particularly in refining UI layout logic, component structuring, and debugging layout responsiveness.
git clone https://github.com/Conor-McCoy/CS3041Project.git
cd hifiprototypenpm installnpm run devBy default, the application will be available at: http://localhost:5173
📎 Notes
This project includes no backend or persistent storage.
Built with React + Tailwind CSS.
Intended solely for demonstrating UI design and interaction.