Skip to content

feat: Add contact management feature with validation#16

Merged
Pradyuman7 merged 2 commits intoMLH-Fellowship:mainfrom
imrichardwu:contact
Feb 5, 2026
Merged

feat: Add contact management feature with validation#16
Pradyuman7 merged 2 commits intoMLH-Fellowship:mainfrom
imrichardwu:contact

Conversation

@imrichardwu
Copy link
Copy Markdown
Contributor

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
Copy link
Copy Markdown
Contributor Author

@Pradyuman7 I realized the old pr was approved but was not merged, and I deleted the branch that closed the other pr, so here is another pr to fix that.

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 👍

@Pradyuman7 Pradyuman7 merged commit a80e419 into MLH-Fellowship:main Feb 5, 2026
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.

2 participants