Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: add new Education #10 #26

Merged
merged 6 commits into from
Sep 26, 2024

Conversation

JooZef315
Copy link
Contributor

add new Education #10

Summary

This pull request implements the functionality that allows users to add a new skill to their resume. The Education data includes course, school, end and start dates, grade and logo.

Key Changes

New Form Component: Added a form for users to input their Education information (course, school, end and start dates, grade and logo).
POST Request Integration: Utilized the fetch API with async/await to send a POST request to the API endpoint, adding the new Education.
Form Reset and Success Message: After successfully adding a Education , the form is reset, and the user is shown a success message.

Testing & Validation

Verified that the form data is correctly sent to the backend API.
Ensured the UI properly resets after successful submission.
Error handling in place for failed requests or network issues.

@JooZef315 JooZef315 closed this Sep 26, 2024
@JooZef315 JooZef315 changed the title feature: add new Education #10Add education feature: add new Education #10 Sep 26, 2024
@JooZef315 JooZef315 reopened this Sep 26, 2024
@JooZef315 JooZef315 merged commit bea9e77 into MLH-Fellowship:main Sep 26, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant