This repository contains mini projects built as part of my JavaScript learning journey. Each project is designed to understand core JavaScript concepts.
Sl No. | Project | Live Demo |
---|---|---|
1 | Simple Calculator | Link |
2 | Bat Ball Wicket | Link |
3 | Rolex Clock | Link |
4 | Virtual Dice | Link |
5 | QR Code Generator | Link |
6 | Digital Time | Link |
7 | Real Time Char Counter | Link |
8 | Images Spot | Link |
9 | Emoji Sum | Link |
10 | New Year Countdown | Link |
- Add new features to existing projects.
- Suggest improvements or bug fixes.
- Add your own mini JavaScript project to this repository.
- Fork the repository by clicking the "Fork" button on GitHub.
- Clone the forked repository to your local machine:
git clone https://github.com/your-username/JavaScript-Mini-Projects.git
- Create a new branch for your feature or project:
git checkout -b your-branch-name
- Add your changes and commit:
git add . git commit -m "Add your project or feature"
- Push the changes to your forked repository:
git push origin your-branch-name
- Create a pull request on the original repository.
Feel free to contribute and help grow this collection of JavaScript mini projects.