This is first assignment for learning React under The Odin Project. The main purpose for this assignment was to learn about the state and props in React. I tried my best to familiarize my self with the state and props and the basics of the React. I also tried to implement the form validation to best of my capabilites. The styling I did in the project is very basic and not very responsive. Since I am not very good at making things look I took the help from this submission for the same assignment.
- You can enter the value in the input fields and once the value is valid it will be shown in the bottom CV preview.
- By default the experience and education section are one. But if you want to add more experiecnce and education you can use the
Add
button and to remove the education and experience you can use theDelete
button. - Once the input in the input field is valid it will show the value in the preview of the CV.