Description
Learning Outcomes:
- Familiarize yourself with the Front-End framework/library of your choice (i.e., the one you have decided to use for your project).
- Understand the general flow within the framework/library.
- Work individually to create a simple interactive site.
Instructions:
- Working by yourself:
- Choose one of the Adventure Options for Tutorial 3. You will be using your framework of choice to complete this tutorial.
- Create 2 pages: Profile Registration and profile page.
- Registration page – Create a form to register a user. The form should have the following fields:
- Firstname – Accepting only alpha-numeric characters.
- Lastname – Accepting only alpha-numeric characters.
- Email – Valid Email format (e,g,……….)
- Password – Accepting alpha-numeric and special characters. Minimum limit is 8 characters.
- Confirm Password – Same as password and should match with the password field.
- Submit/Register button.
- The form should perform proper frontend validations with the requirements mentioned above.
- Profile page – User should be redirected to this page on successful validation. Show basic profile details like Firstname, Lastname and Email (Dummy text is accepted)



