MLH-Fellowship / orientation-project-js-24.SUM.A

Orientation Project (JavaScript for 24.SUM.A)
0 stars 2 forks source link

Add Experience Form Component to Resume Builder #13

Closed esohel30 closed 1 month ago

esohel30 commented 1 month ago

closes #11

Description: This pull request introduces the ExperienceForm component to the Resume Builder application. The new form allows users to add their professional experience, which includes details such as title, company, start date, end date, description, and logo URL. The form data is submitted via a POST request to the /resume/experience endpoint.

Changes Made:

  1. Created AddExperienceForm.js:
  2. Implements a form for adding experience details.
  3. Uses a single state object to manage form data.
  4. Includes form validation and error handling.
  5. Sends a POST request with the form data to the server.
  6. Created ExperienceForm.css:
esohel30 commented 1 month ago

@Pradyuman7 tagging you here since I cannot assign you as a reviewer.