Welcome to the 100 JavaScript Projects repository β your ultimate resource for mastering JavaScript through hands-on, real-world projects.

This curated collection is designed to help you improve your frontend development skills using HTML, CSS, and vanilla JavaScript, without relying on frameworks. Whether youβre a complete beginner or an aspiring frontend developer, this repository is your perfect playground to build, learn, and grow.
Inside this repository, youβll find:
β
100 unique JavaScript projects, organized by difficulty
β
Clean, well-documented source code for every project
β
A focus on modern JavaScript practices (ES6+)
β
Real-world application logic to prepare you for job-ready coding
Projects cover a wide range of use cases and concepts, including:
Each project has its own directory with a dedicated README.md, complete source code, and index.html to run in your browser.
βTell me and I forget, teach me and I may remember, involve me and I learn.β β Benjamin Franklin
Building projects is the most effective way to learn JavaScript. Hereβs why:
Follow these steps to get started:
# Step 1: Clone the repository
git clone https://github.com/pradipchaudhary/100-js-projects.git
# Step 2: Navigate into the directory
cd 100-js-projects
# Step 3: Open any project folder
cd 01-To-Do\ List\ App
# Step 4: Run the project
Open index.html in your browser
You can also explore and deploy the live version from the official website.
| # | Project Name | View Code |
|---|---|---|
| 01 | To-Do List App | GitHub |
| 02 | Simple Calculator | GitHub |
| 03 | Digital Clock | GitHub |
| 04 | Tip Calculator | GitHub |
| 05 | Temperature Converter | GitHub |
| 06 | Random Quote Generator | GitHub |
| β¦ | β¦ | View All Projects Β» |
These projects are built using the following technologies:
Have a cool idea or want to improve an existing project? Contributions are welcome! Hereβs how to get involved:
# Step 1: Fork the repository
# Step 2: Create a feature branch
git checkout -b feature/your-feature-name
# Step 3: Commit your changes
git commit -m "Add new feature or fix"
# Step 4: Push to your branch
git push origin feature/your-feature-name
# Step 5: Open a Pull Request
Please follow the Contribution Guidelines for a smooth review process.
This project is licensed under the MIT License.
Feel free to use, modify, and share it. See the LICENSE file for details.
If you have any suggestions, questions, or feedback, feel free to reach out:
If you find this repository helpful:
Improve your skills by building. Thereβs no better way to learn JavaScript than doing it yourself. So dive in, explore the code, and build something awesome!
Happy Coding! π»