https://github.com/kishore-sr/javascript-mini-projects
Explore these JavaScript projects and consider contributing to the repo!
https://github.com/kishore-sr/javascript-mini-projects
beginner-friendly css hacktoberfest hacktoberfest-accepted hacktoberfest2024 html html-css-javascript javascript miniprojects open-source open-source-community webdevelopment
Last synced: 7 months ago
JSON representation
Explore these JavaScript projects and consider contributing to the repo!
- Host: GitHub
- URL: https://github.com/kishore-sr/javascript-mini-projects
- Owner: Kishore-SR
- Created: 2024-09-20T17:33:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-11T16:05:43.000Z (9 months ago)
- Last Synced: 2025-01-23T01:18:10.513Z (9 months ago)
- Topics: beginner-friendly, css, hacktoberfest, hacktoberfest-accepted, hacktoberfest2024, html, html-css-javascript, javascript, miniprojects, open-source, open-source-community, webdevelopment
- Language: CSS
- Homepage: https://java-script-projects.web.app
- Size: 5.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## JavaScript Mini Projects 💛
This repository contains mini projects built as part of my JavaScript learning journey. Each project is designed to understand core JavaScript concepts.[](https://java-script-projects.web.app/)
### Built Using
[](/)
[](/)
[](/)### Projects List
| Sl No. | Project | Live Demo |
|-------:|------------------------------|-------------------------------------------------------------------|
| 1 | [Simple Calculator](https://github.com/Kishore-SR/JavaScript-Mini-Projects/tree/main/Simple%20Calculator) | [Link](https://thecalci.web.app/) |
| 2 | [Bat Ball Wicket](https://github.com/Kishore-SR/JavaScript-Mini-Projects/tree/main/Bat%20Ball%20Wicket) | [Link](https://bat-ball-wicket.web.app/) |
| 3 | [Rolex Clock](https://github.com/Kishore-SR/JavaScript-Mini-Projects/tree/main/Rolex%20Clock) | [Link](https://rolex-clock.web.app/) |
| 4 | [Virtual Dice](https://github.com/Kishore-SR/JavaScript-Mini-Projects/tree/main/Dice%20Roll%20Simulator) | [Link](https://spin-dice.web.app/) |
| 5 | [QR Code Generator](https://github.com/Kishore-SR/JavaScript-Mini-Projects/tree/main/QR%20Code%20Generator) | [Link](https://pro-qr.web.app/) |
| 6 | [Digital Time](https://github.com/Kishore-SR/JavaScript-Mini-Projects/tree/main/Digital%20Time) | [Link](https://time-ksr.web.app/) |
| 7 | [Real Time Char Counter](https://github.com/Kishore-SR/JavaScript-Mini-Projects/tree/main/Real%20Time%20Char%20Counter) | [Link](https://char-meter.web.app/) |
| 8 | [Images Spot](https://github.com/Kishore-SR/JavaScript-Mini-Projects/tree/main/Image%20Search%20Engine) | [Link](https://images-spot.web.app/) |
| 9 | [Emoji Sum](https://github.com/Kishore-SR/JavaScript-Mini-Projects/tree/main/Emoji%20Sum) | [Link](https://emoji-sum.web.app/) |
| 10 | [New Year Countdown](https://github.com/Kishore-SR/JavaScript-Mini-Projects/tree/main/Next%20Year%20Countdown) | [Link](https://nxt-year.web.app/) |### Make Your Contribution 🚀
#### Contributions are welcome! You can:
- Add new features to existing projects.
- Suggest improvements or bug fixes.
- Add your own mini JavaScript project to this repository.#### Steps to Contribute:
1. Fork the repository by clicking the "Fork" button on GitHub.
2. Clone the forked repository to your local machine:
```bash
git clone https://github.com/your-username/JavaScript-Mini-Projects.git
```
3. Create a new branch for your feature or project:
```bash
git checkout -b your-branch-name
```
4. Add your changes and commit:
```bash
git add .
git commit -m "Add your project or feature"
```
5. Push the changes to your forked repository:
```bash
git push origin your-branch-name
```
6. Create a pull request on the original repository.Feel free to contribute and help grow this collection of JavaScript mini projects.
### Connect Here
[](https://www.linkedin.com/in/Kishore-SR) Â
[](https://www.youtube.com/@Kishore-SR) Â
[](mailto:kishoresr47@gmail.com)