Day 1 Projects: Number Guesser & Calculator
Welcome to my first web development projects! These are simple yet functional apps built to practice core JavaScript concepts and DOM manipulation.
🎮 Number Guesser Game
A browser-based game where players guess a random number between 1–10 within 3 attempts.
Features
- Dynamic UI Updates: Real-time feedback using DOM manipulation.
- Input Validation: Ensures users enter valid numbers.
- Score Tracking: Players earn points for correct guesses.
- Responsive Design: Works on all screen sizes.
Tech Stack
- JavaScript: Core logic, event listeners, DOM manipulation.
- HTML5: Semantic structure, input validation.
- CSS3: Flexbox, animations, responsive design.
Live Demo
👉 Play the Number Guesser
🧮 Simple Calculator
A basic calculator supporting addition, subtraction, multiplication, and division.
Features
- Core Operations: Handles basic arithmetic.
- Error Handling: Prevents invalid inputs.
- Clean UI: Easy-to-use interface.
Tech Stack
- JavaScript: Logic for calculations.
- HTML5: Input fields and buttons.
- CSS3: Styling and layout.
Live Demo
👉 Try the Calculator
🚀 How to Run Locally
- Clone this repository:
```bash
git clone https://github.com/apemod3/Day1.git