Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/manishkmr49/globaltrend_live_coding_test


https://github.com/manishkmr49/globaltrend_live_coding_test

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# globaltrend_live_coding_test

## Q 1. Create a Responsive Navigation Bar:
Task:
Create a responsive navigation bar that includes a logo on the left and three links on the right ("Home," "About," "Contact"). When viewed on mobile devices, the links should collapse into a hamburger menu.

Requirements:
Implement the hamburger menu functionality
Ensure the navigation bar is responsive and visually appealing on both desktop and mobile devices.

## 2. Interactive Form Validation:
Task:
Create a simple sign-up form with fields for Name, Email, Password, and Confirm Password. Add real-time validation for the email format and password matching.

Requirements:
Display error messages below each field when validation fails.