Katelynn Crouch

Student

I am currently pursuing a Bachelor of Science in Computer Science in the Department of Information and Computer Sciences at the University of Hawai‘i at Mānoa, with an expected graduation date of Spring 2027. Following the completion of my undergraduate degree, I plan to continue my studies at the University of Hawai‘i to pursue a Master’s degree in Computer Science.


Interests: Data Science, Artificial Intelligence, Leadership


Projects

Mānoa RoomieMatch 2025

A roommate matching platform that helps UH Mānoa students find compatible roommates based on lifestyle preferences and habits.

Next.js React TypeScript PostgreSQL Git/GitHub

Read More
Building Bridges Between Students and Industry: My Leadership Journey 2023-present

I helped strengthen the UH Mānoa computing community by creating opportunities, fostering industry ties, and supporting student growth.

Leadership Volunteer Outreach

Read More
ACM Attendance Tracker 2023

A React-based web application that streamlined attendance tracking for ACM’s seven Special Interest Groups

React JavaScript Web Application Git/GitHub

Read More
ACM Website 2023

A React-based website that served as the central hub for ACM’s events, resources, and member engagement.

React JavaScript Web Application Git/GitHub

Read More

Essays

More Than Just The Cover

15 Dec 2025

More Than Just The Cover: What User Interfaces Taught Me About Software Engineering Why software engineering is more than writing code Before taking this course, I thought software engineering was mostly about writing code that works and looks good. If...

Software Engineering User Interface Frameworks Design Patterns Development Environments

Estimating the Unknown

15 Dec 2025

Estimating the Unknown: Tracking Effort in a Software Project Introduction In software development, it is easy to underestimate how much time a task will actually take. Features that seem simple at first often involve more work once testing, styling, and...

Software Engineering

Building Smarter, Not Harder

09 Oct 2025

I believed that HTML and CSS alone were good enough when I first started designing web pages. I could align boxes, add colors, and create buttons. What more could I ask for? It felt like learning a whole new language when I...

UI Bootstrap Frameworks

Two Spaces or Four?

25 Sep 2025

Getting Past the Small Stuff People always overlook minor details like where to place curly braces or whether to use two or four spaces for indentation. This is a part of learning the term “coding standards.” You may even ask...

ES Lint VS Code