Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.21 KB

File metadata and controls

56 lines (38 loc) · 1.21 KB

JavaScript Project Series 🚀

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.


📌 Projects Included

1️⃣ Currency Converter

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

2️⃣ Paper Scissor Game

A classic Paper–Scissor game where the user plays against the computer.

Concepts Used:

  • Math.random()
  • Conditional Statements
  • User Interaction
  • Game Logic

3️⃣ Tic Tac Toe Game

A basic implementation of the Tic Tac Toe game using JavaScript.

Concepts Used:

  • Arrays
  • DOM Events
  • Game State Management
  • Conditional Logic

🛠 Technologies Used

  • HTML5
  • CSS3
  • JavaScript (Vanilla JS)

▶️ How to Run the Projects

  1. Clone the repository:
    git clone https://github.com/your-username/JavaScript-project-series.git