Open
Description
ISSUE SUMMARY
The idea is to create something simple yet fascinating. Design and implement a form page
ACCEPTANCE CRITERION
- Use proper designing styles using tailwindcss to beautify the form.
- There must be a username, email, phone, password & confirm password field.
- There must be a
Submit
button, when clicked you should log the user details. - Set up a loader to simulate latency while submitting the form details.
- Use proper hooks to reference the labels with form fields.
FOLDER TO WORK ON
src > tryityourself > Akash
FILES TO CREATE AND WORK ON
- FormDetails.jsx
- FormDetails.style.css
OUR BRANCH NAMING CONVERSION AND COMMIT MESSAGES
CONTRIBUTOR | BRANCH NAME | COMMIT |
---|---|---|
@acash404 | akash/tiy-form |
akash(tiy-form): your message here |