⏳ Hourglass Maker
A playful and interactive JavaScript project that lets users generate dynamic ASCII hourglasses using the @
symbol. Great for beginners learning DOM manipulation, forms, and event listeners in plain HTML/CSS/JS.
🖼️ Live Demo
👉 Click here to view the live demo
✨ Features
- 🔢 User input for hourglass size
- 🎨 Dynamic DOM rendering using
appendChild
- 🖱️ Interactive buttons to trigger different hourglass sizes
- 🧼 Reset & color change effects
- 📱 Fully responsive (try it on mobile!)
🚀 Technologies
- HTML5
- CSS3
- JavaScript (Vanilla)
🛠️ How to Run Locally
- Clone the repository:
```bash
git clone https://github.com/AvivElany/hourglass-maker.git