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

Implement add-education page #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

adaorachi
Copy link

@adaorachi adaorachi commented Feb 28, 2024

Pull Request Title:

Create Page for Adding Education and Implement POST Request to /resume/education

Description:

This pull request addresses the following #10

Changes Made:

  • Added a new page/component for users to input their education details.
  • Implemented form submission functionality using React's useContext hook to store data.
  • Made a POST request to the server endpoint /resume/education with the submitted education data.
    • Since there are no available backend APIs to consume from, the POST request functionality is commented out for now. However, I Implemented a simulated POST request function to handle the submitted education data.
  • Handled response from the server, including error handling.

Screenshots (if applicable):

Screenshot 2024-02-28 at 4 06 26 PM

Conclusion:

This pull request is ready for review and feedback from maintainers.

@adaorachi adaorachi changed the title feat:implement add-education page Implement add-education page Mar 4, 2024
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