This repository contains my projects and code as I progress through the JavaScript 30 Days Challenge by @wesbos. Each day, I tackle a new project using vanilla JavaScript, focusing on core JavaScript concepts like DOM manipulation, event handling, and more.
The JavaScript 30 Days Challenge is designed to help developers improve their JavaScript skills by building 30 real-world projects without using libraries or frameworks. It emphasizes understanding core JavaScript principles and applying them in practical projects.
Below are the projects I have completed as part of the challenge:
- Project 1 - [Project Name] - Description
- Project 2 - [Project Name] - Description
- Project 3 - [Project Name] - Description
- Clone the repository:
git clone https://github.com/singhrishabhj/JS30-Challenge.git
- Navigate to the desired project folder.
- Open the
index.html
file in your browser to view the project.
- Vanilla JavaScript
- HTML5
- CSS3
Challenge created by Wes Bos. Check out the challenge at JavaScript30.