Project Details
Resumé Builder
The Resume Builder application allows users to create and customize their resumes through a user-friendly interface. This project showcases advanced React techniques, state management, form handling, and integration with Vite for a seamless development experience.

Features
- Dynamic Form Handling: Implemented using React's state and effect hooks to manage form data and real-time updates using prop hoisting/drilling (before I learned about Context API).
- Real-Time Preview: Utilized React's component lifecycle to provide instant feedback on resume changes.
- Styling with CSS Modules: Ensured modular and scoped styling using CSS modules.