Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dannycahyo/tech-genius-day1
https://github.com/dannycahyo/tech-genius-day1
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/dannycahyo/tech-genius-day1
- Owner: dannycahyo
- Created: 2024-09-06T03:10:06.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T02:03:17.000Z (2 months ago)
- Last Synced: 2024-09-08T04:25:22.051Z (about 2 months ago)
- Language: HTML
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Login and Dashboard Layout Project
This project is part of a bootcamp lesson to teach students about HTML, CSS (using Tailwind CSS), JavaScript, and DOM manipulation. The project includes a login page and a responsive dashboard layout with a sidebar menu.
## Project Structure
```
├── index.html
├── login.html
├── login.js
├── tailwind.css
└── README.md
```## Getting Started
### Prerequisites
- A modern web browser
- A code editor (e.g., VSCode)### Setup
1. Clone the repository or download the project files.
2. Open the project folder in your code editor.### Files
- `login.html`: The login page with form validation.
- `login.js`: JavaScript file for form validation and DOM manipulation.
- `tailwind.css`: Tailwind CSS file for styling.