Skip to content

feat: Add contact management feature with validation#4

Closed
imrichardwu wants to merge 10 commits intoMLH-Fellowship:mainfrom
imrichardwu:main
Closed

feat: Add contact management feature with validation#4
imrichardwu wants to merge 10 commits intoMLH-Fellowship:mainfrom
imrichardwu:main

Conversation

@imrichardwu
Copy link
Copy Markdown
Contributor

@imrichardwu imrichardwu commented Jan 29, 2026

Fix issue #1

Add a page that allows users to add their name, phone number, and email address

When this information is submitted, a POST request should be made to /resume/experience on the server in the following format:

{
  "name": "Jane Doe",
  "phone": "+1 555 123 4567",
  "email": "jane@example.com"
}
Screenshot 2026-02-01 152817

@imrichardwu imrichardwu reopened this Jan 29, 2026
@imrichardwu imrichardwu marked this pull request as draft January 30, 2026 16:57
@imrichardwu imrichardwu marked this pull request as ready for review January 30, 2026 16:58
@imrichardwu
Copy link
Copy Markdown
Contributor Author

@Pradyuman7 Can I get a review?

Comment thread src/api/contact.js Outdated
Copy link
Copy Markdown
Collaborator

@Pradyuman7 Pradyuman7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🥇

Updated comments for clarity and added styles for new form actions.
@imrichardwu imrichardwu closed this by deleting the head repository Feb 5, 2026
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.

2 participants