JS Mini Projects 🚀
- This repository contains a collection of mini JavaScript projects built using HTML, CSS, and Vanilla JavaScript.
- I built them while learning from the Apna College JavaScript Course.
- Each project is deployed with GitHub Pages for easy access and demo.
A two-player Tic-Tac-Toe game with win detection and draw conditions.
Features:
- Interactive 3x3 game board
- Highlights winning combination
- Reset game option
A fun implementation of the classic Rock-Paper-Scissors game against the computer.
Features:
- Play against the computer
- Randomized computer moves
- Instant win/lose/draw results
A simple currency converter that allows users to convert amounts between different currencies using live exchange rates.
Features:
- Select source and target currencies
- Enter amount and get instant conversion
- User-friendly interface