Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.04 KB

README.md

File metadata and controls

24 lines (13 loc) · 1.04 KB

SECOND CAPSTONE PROJECT BY GROUP 225

PROJECT

Build a simple responsive webpage with the following sections only;

  • Navigation bar (with a hamburger icon for the mobile view)
  • Form that contains the following input fields (username, email address, phone number, password, confirm password, gender, and a submit button)

PROJECT INSTRUCTIONS

  1. Ensure you watch the lesson videos for weeks 4, 5, and 6 and attend week 5 and 6 live classes before starting this project.

  2. Use bootstrap or any other framework to make the form section responsive.

  3. For the navigation bar section, no framework including bootstrap should be used. Use your custom CSS styling to make it responsive.

  4. All input fields in the form section must be validated with vanilla javascript only, no validation library must be used.

  5. The input field for the password must have an eye icon so that when it's clicked, the user can hide or show the password.

  6. Deadline for submission is next week Tuesday. No submission would be accepted after Tuesday.

  7. Happy coding!