CV App

This is a react project to practice using props and state in class components(also implemented with functional components in a separate branch). After opening the webpage, users can enter their personal information, education, and work experience to generate a simple CV.

DEMO

Learnings

  • Conditional rendering
  • Pass props and state between parent and children.
  • React controlled component

Notes