A CV builder app where users can create and preview a professional resume in real time.
Built as part of The Odin Project curriculum to practice React fundamentals, component-based architecture, props, state management, and dynamic rendering.
- Add personal information
- Add education details
- Add work experience
- Live CV preview updates
- Editable form inputs
- Responsive layout
- Reusable React components
- Dynamic rendering using state
- React
- JavaScript
- CSS
- HTML
- Vite
- Full name
- Phone number
- School name
- Course of study
- Study dates
- Company name
- Position title
- Job responsibilities
- Employment dates
- React component structure
- Props and state management
- Handling form inputs
- Dynamic UI rendering
- Lifting state up
- Organizing reusable components
- Building responsive interfaces