/cv-application

A React-based web application enabling users to craft dynamic resumes with ease

Primary LanguageJavaScript

CV Application

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.

Technologies used

  • React JS
  • CSS

Screenshot

image

CV Page Component

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.

Best features

  • Realtime preview of the CV
  • Can download CV

What a learn / improved

  • Passing data from element to parent via props
  • Updating the state using previous data
  • Image file handeling