Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manishkmr49/globaltrend_live_coding_test
https://github.com/manishkmr49/globaltrend_live_coding_test
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/manishkmr49/globaltrend_live_coding_test
- Owner: manishkmr49
- Created: 2024-07-25T14:53:10.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T15:22:06.000Z (7 months ago)
- Last Synced: 2024-12-19T00:18:11.601Z (about 2 months ago)
- Language: CSS
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.