# FrogOS A fun, frog-themed web-based operating system simulator built with HTML, CSS, and JavaScript. ## Components - **Login System** - Password: "croak" - **Desktop Environment** - Draggable windows, start menu, taskbar - **Applications** - Calculator, music player, file explorer, browser, notes - **Responsive Design** - Works on desktop and mobile (landscape mode) - **Lock Screen** - Return to login from start menu ## Setup 1. Clone or download the project 2. Add audio files (optional): - `startup.mp3` - Boot sound - `song1.mp3` - First music track - `song2.mp3` - Second music track 3. Open `index.html` in a web browser ## Usage 1. Enter password "croak" to login 2. Click desktop icons or start menu to open applications 3. Drag windows to move them around 4. Use lock button in start menu to return to login ## Files - `index.html` - Login page - `os.html` - Main desktop - `*.css` - Styling - `*.js` - Functionality - `*.png` - Icons and images