This repository contains 10 vanilla JavaScript projects. Each project is designed to showcase different JavaScript concepts and features. The projects included in this repository are:
- Video Player
- Audio Player
- Calculator
- Rock Scissors Paper Lizard Spock Game
- Form Validator
- Drag&Drop project
- Spock Rock Scissor Game
- Joke Teller
- Light-Dark Theme
- NASA APOD
- Each project is built using only vanilla JavaScript, without any external libraries or frameworks.
- The projects demonstrate various JavaScript concepts and techniques.
- The CSS used in these projects includes a lot of interesting and visually appealing features.
To get started with any of the projects, simply clone this repository to your local machine. There is no need to install any additional dependencies.
Each project is contained in its own directory within this repository. To run a specific project, navigate to its directory and open the index.html
file in your web browser.