Day1

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

Tech Stack

Live Demo

👉 Play the Number Guesser


🧮 Simple Calculator

A basic calculator supporting addition, subtraction, multiplication, and division.

Features

Tech Stack

Live Demo

👉 Try the Calculator


🚀 How to Run Locally

  1. Clone this repository:
    ```bash
    git clone https://github.com/apemod3/Day1.git