AI-powered Customized Interview Preparation Platform
SULSUL is an all-in-one interview preparation service that allows users to practice interviews with customized questions generated based on their self-introduction. It supports systematic interview preparation through AI feedback, past question challenges, and live interview simulations.
2024.08 ~ 2024.11
commons.fronend
AI Interview Practice
Resume-based Question Generation & Feedback
Front-end
UI Implementation, API Integration, Storybook Deployment
Intuitive and modern design for the service introduction page
Interface for practicing in an environment similar to a real interview
Selection of customized interview questions generated based on self-introduction
AI-based answer analysis and improvement suggestions
After migrating from a personal server to Koyeb, components rendering data received from API calls experienced a 12-second blank screen. Simple loading indicators did not provide a good UX.
Improved by using `usePrefetch` to pre-fetch data before rendering. Instead of loading all data at once, requests were made per self-introduction question unit to minimize blank screens. Auto-focus was implemented to immediately display pre-fetched questions, enhancing UX.
When sharing unverified work with designers, verification was only possible through a deployed site. This required deploying in an unstable state and going through deployment and verification stages just for design changes.
Improved by separately deploying components that required designer verification using Storybook and Chromatic, and receiving design feedback through this method. Design verification speed increased, development schedule coordination became smoother, and real-time feedback accelerated development.