Skip to content

A CV Application form written in React JS and Designed in Figma.

Notifications You must be signed in to change notification settings

EnthusiasticMouse/CV-Form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Evaluation

All Sucess Criteria Met

WWW

  • I'm happy with how it looked and it is simple and intuitive to use.
  • My Solution was similar to the design and component based.

EBI

  • Due to not taking the time to initality plan the solution, it lead to code being rewriten.
  • Next time plan not only the funcitonality but also how it looks and read the brief carefully.

I relied too heavily on components, which makes other elements of the form more difficult to expand on such as dates and validation.

Sucess Criteria

  1. Create a new React project.
  2. Think about how to structure your application into components. Your application should include:
  3. A section to add general information like name, email and phone number.
  4. A section to add your educational experience (school name, title of study and date of study)
  5. A section to add practical experience (company name, position title, main responsibilities of your jobs, date from and until when you worked for that company) Be sure to include an edit and submit button for each section or for the whole CV. The submit button should submit your form and display the value of your input fields in HTML elements. The edit button should add back (display) the input fields, with the previously displayed information as values. In those input fields, you should be able to edit and resubmit the content. You’re going to make heavy use of state and props, so make sure you understood those concepts.
  6. Create a components directory under your src directory and add your components.
  7. Include a styles directory under your src directory for your CSS files. You’ll need to import these in the component files to use them.

About

A CV Application form written in React JS and Designed in Figma.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published