Skip to content

JavaScript Course. During the course I created mini-games such Calculator, Coin-Flip game, ToDo list, and Rock Paper Scissors.

License

Notifications You must be signed in to change notification settings

x1tedbtw/JavaScript_COURSE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎓JavaScript Course Overview

Welcome to my JavaScript Course repository! This README will guide you through the basics of JavaScript that I learned during the course and the mini projects I created along the way. The projects include a Calculator, Coin-Flip game, ToDo list, and Rock Paper Scissors game. Let's dive in!

Mini Projects

Here are the mini projects I created to practice my JavaScript skills:

✊✋✌️Rock Paper Scissors Game

A classic Rock Paper Scissors game against the computer.

Features:

  • Player chooses rock, paper, or scissors.
  • Computer randomly selects rock, paper, or scissors.
  • Determine the winner based on the rules.
  • Auto-play mode to play automatically every second.
  • Score tracking with persistence using localStorage.
  • Keyboard controls for playing the game.

📋ToDo List

A ToDo list application to keep track of tasks.

Features:

  • Add new tasks.
  • Set up a date to-do.
  • Remove tasks.

📱Calculator

A simple calculator that can perform basic arithmetic operations like addition, subtraction, multiplication, and division.

Features:

  • Add, subtract, multiply, and divide two numbers.
  • Clear the input fields.

🪙Coin-Flip Game

A simple game that simulates flipping a coin and displays whether it's heads or tails.

Features:

  • Randomly flip a coin.
  • Display the result (Heads or Tails).

How to Run the Projects

To run these projects locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/your-username/javascript-course.git
  1. Navigate to the project directory:
cd JavaScript_COURSE
  1. Open the file of the project you prefer (for example coin-flip.html) in your web browser to see it in action.

About

JavaScript Course. During the course I created mini-games such Calculator, Coin-Flip game, ToDo list, and Rock Paper Scissors.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published