Related Issues
Description
- Use MUI to create a modal on the homepage. It should contain a dismiss button which will close the modal.
- Create a form, in the modal, with each of the fields from the user profile. This will include the following:
bio, twitter_username, linkedin_url, github_username, website
bio should have (string, max 1000 chars), other fields should have (string, max 200 chars)
Acceptance Criteria
Modal is created and the dismiss button is functional.
Form and fields are able to take in user inputs.
Related Issues
Description
bio,twitter_username,linkedin_url,github_username,websitebioshould have (string, max 1000 chars), other fields should have (string, max 200 chars)Acceptance Criteria
Modal is created and the dismiss button is functional.
Form and fields are able to take in user inputs.