-
Notifications
You must be signed in to change notification settings - Fork 10
Add form for taking in data #18
Copy link
Copy link
Open
Labels
beginnerenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfesthacktoberfest-2021help wantedExtra attention is neededExtra attention is neededjavascriptup-for-grabs
Metadata
Metadata
Assignees
Labels
beginnerenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfesthacktoberfest-2021help wantedExtra attention is neededExtra attention is neededjavascriptup-for-grabs
Add a form to take input from users in the Client. Make sure to keep the form in the home route.
Make sure to add validation in the fields. You can use
formikfor handling forms and material UI for styling, preferably usestyled-componentsor emotion. You may use js or ts according to your convenience in the frontend.The UI for the form is expected to be: https://www.masterji.tech/form
As this is a frontend task make sure to add the screenshot!