A collection of basic JavaScript projects created to strengthen core JavaScript concepts such as DOM manipulation, events, conditions, loops, and basic logic building.
This repository is beginner-friendly and ideal for students and developers who are starting their JavaScript journey.
A simple currency converter that allows users to convert one currency into another using predefined or API-based exchange rates.
Concepts Used:
- DOM Manipulation
- Event Handling
- JavaScript Functions
- Basic Logic
A classic Paper–Scissor game where the user plays against the computer.
Concepts Used:
- Math.random()
- Conditional Statements
- User Interaction
- Game Logic
A basic implementation of the Tic Tac Toe game using JavaScript.
Concepts Used:
- Arrays
- DOM Events
- Game State Management
- Conditional Logic
- HTML5
- CSS3
- JavaScript (Vanilla JS)
- Clone the repository:
git clone https://github.com/your-username/JavaScript-project-series.git