This repository contains a collection of small web development projects built using HTML, CSS, and JavaScript ,with more projects being added to enhance and showcase my web development skills.
A simple yet interactive Tic Tac Toe game where two players can compete against each other.
Tech Stack: HTML, CSS, JavaScript.
More projects will be added as they are developed!
This is a simple Stone-Paper-Scissors game built using HTML, CSS, and JavaScript. It allows users to play the classic game against the computer. The user selects one of the three options (Stone, Paper, or Scissors), and the computer randomly generates its choice. The winner is determined based on the standard rules of the game. The interface is designed to be user-friendly and interactive.
A fun, interactive virtual drum kit built using HTML, CSS, and JavaScript. This project allows users to play different drum sounds by pressing keys on their keyboard.
- Open the live demo link.
- Use your keyboard keys to play the drums!
Check out the live version on Netlify: Virtual Drum Kit
In this project I learned about SpeechSynthesis function(object) in Js.