https://github.com/ranitmanik/javascript-projects
Here, I showcase the solutions to a series of projects completed during my journey as a beginner in JavaScript. Each project has its dedicated directory, containing separate HTML, CSS, and JavaScript files for easy navigation and exploration. Feel free to browse through and check out my work!
https://github.com/ranitmanik/javascript-projects
css css3 frontend-development frontend-projects html html-css-javascript html5 javascrip-projects javascript javascript-applications javascript-beginners-projects js js-project js-project-for-beginners top-javascript-projects vanila-javascript vanilla-javascript vanilla-js
Last synced: about 1 month ago
JSON representation
Here, I showcase the solutions to a series of projects completed during my journey as a beginner in JavaScript. Each project has its dedicated directory, containing separate HTML, CSS, and JavaScript files for easy navigation and exploration. Feel free to browse through and check out my work!
- Host: GitHub
- URL: https://github.com/ranitmanik/javascript-projects
- Owner: RanitManik
- License: mit
- Created: 2024-03-04T08:30:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-04T17:59:39.000Z (9 months ago)
- Last Synced: 2025-03-19T19:46:56.941Z (about 1 month ago)
- Topics: css, css3, frontend-development, frontend-projects, html, html-css-javascript, html5, javascrip-projects, javascript, javascript-applications, javascript-beginners-projects, js, js-project, js-project-for-beginners, top-javascript-projects, vanila-javascript, vanilla-javascript, vanilla-js
- Language: HTML
- Homepage: https://ranitmanik.github.io/JavaScript-Projects/
- Size: 1.49 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# JavaScript-Projects







Greetings, fellow developers! This is Ranit Manik, and I'm excited to present my JavaScript Projects repository. Here,
you'll find a collection of projects that I've completed during my journey as a beginner in JavaScript. Each project has
its own dedicated directory, featuring separate HTML, CSS, and JavaScript files for convenient navigation and
exploration.
Feel free to browse through the repository and explore the solutions. Whether you're a fellow learner, an experienced
developer, or just curious, your feedback and insights are always welcome.## Projects
| # | Project | Live Demo |
|:--:|----------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------|
| 01 | [Stopwatch Timer Application](https://github.com/RanitManik/JavaScript-Projects/tree/main/01.%20Stopwatch%20Timer%20Application) | [Live Demo](https://ranitmanik.github.io/JavaScript-Projects/01.%20Stopwatch%20Timer%20Application/index.html) |
| 02 | [Vowel Counter Application](https://github.com/RanitManik/JavaScript-Projects/tree/main/02.%20Vowel%20Counter%20Application) | [Live Demo](https://ranitmanik.github.io/JavaScript-Projects/02.%20Vowel%20Counter%20Application/index.html) |
| 03 | [Calculator Application](https://github.com/RanitManik/JavaScript-Projects/tree/main/03.%20Calculator%20Application) | [Live Demo](https://ranitmanik.github.io/JavaScript-Projects/03.%20Calculator%20Application/index.html) |
| 04 | [Encryption Application](https://github.com/RanitManik/JavaScript-Projects/tree/main/04.%20Encryption%20Application) | [Live Demo](https://ranitmanik.github.io/JavaScript-Projects/04.%20Encryption%20Application/index.html) |
| 05 | [Poll System Application](https://github.com/RanitManik/JavaScript-Projects/tree/main/05.%20Poll%20System%20Application) | [Live Demo](https://ranitmanik.github.io/JavaScript-Projects/05.%20Poll%20System%20Application/index.html) |
| 06 | [Password Generator Application](https://github.com/RanitManik/JavaScript-Projects/tree/main/06.%20Password%20Generator%20Application) | [Live Demo](https://ranitmanik.github.io/JavaScript-Projects/06.%20Password%20Generator%20Application/index.html) |
| 07 | [Cash Calculator Application](https://github.com/RanitManik/JavaScript-Projects/tree/main/07.%20Cash%20Calculator%20Application) | [Live Demo](https://ranitmanik.github.io/JavaScript-Projects/07.%20Cash%20Calculator%20Application/index.html) |
| 08 | [HEX Code Generator](https://github.com/RanitManik/JavaScript-projects/tree/main/08.%20HEX%20Code%20Generator) | [Live Demo](https://ranitmanik.github.io/JavaScript-Projects/08.%20HEX%20Code%20Generator/index.html) |
| 09 | [TO-DO List](https://github.com/RanitManik/JavaScript-projects/tree/main/09.%20TO-DO%20List) | [Live Demo](https://ranitmanik.github.io/JavaScript-Projects/09.%20TO-DO%20List/index.html) |
| 10 | [Drag And Drop Image Uploader](https://github.com/RanitManik/JavaScript-projects/tree/main/10.%20Drag%20And%20Drop%20Image%20Uploader) | [Live Demo](https://ranitmanik.github.io/JavaScript-Projects/10.%20Drag%20And%20Drop%20Image%20Uploader/index.html) |## How to Use
1. Clone the repository to your local machine.
```bash
git clone https://github.com/RanitManik/JavaScript-Projects.git
```2. Navigate to the specific challenge directory.
```bash
cd javaScript-Projects/challengeX
```
3. Open the `index.html` file in your preferred web browser to view the solution.## Contributions
_Feel free to contribute by:_
- Providing feedback on existing solutions.
- Adding solutions to challenges that I haven't completed.
- Optimizing existing code.Please create a new branch for each set of changes and submit a pull request.
## Contact
Social Media
Username
Link
![]()
[email protected]
![]()
Ranit Manik
![]()
ranit_manik_
![]()
RanitKumarManik
## License
This project is licensed under the [MIT License](LICENSE).
## Acknowledgment
Special thanks to the open-source community for fostering an environment of
collaboration and continuous improvement.> [!NOTE]
>
> It's worth mentioning that all codes within this repository are personally coded by me and have undergone formatting
> enhancements by ChatGPT to ensure improved readability for my future reference.Happy coding! 🚀