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

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

Add Experience Form Component to Resume Builder #14

Closed esohel30 closed 4 months ago

esohel30 commented 4 months 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 ExperienceForm.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:

Screenshots

Screen Shot 2024-05-27 at 9 36 26 PM
esohel30 commented 4 months ago

@Pradyuman7 tagging you here since I cant assign reviewers.

esohel30 commented 4 months ago

@Pradyuman7 NO more conflicts LGTM 🚀🚀🚀🚀