This project is a part of The Odin Project, an open-source curriculum for learning web development. The CV Page component allows users to input personal and professional information, and it renders a CV based on the provided data.
- React JS
- CSS
The CV Page component is designed as a practical exercise within The Odin Project curriculum. It enables users to create a virtual CV by inputting personal details, skills, languages, and professional experiences. The project demonstrates the integration of React components, state management, and user input handling.
- Realtime preview of the CV
- Can download CV
- Passing data from element to parent via props
- Updating the state using previous data
- Image file handeling