Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dannycahyo/tech-genius-day1


https://github.com/dannycahyo/tech-genius-day1

Last synced: 1 day ago
JSON representation

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.