Welcome to the HTML, CSS, JavaScript 100 Days project! This repository contains 100 mini projects created to help you master HTML, CSS, and JavaScript in a fun and practical way.
This repository showcases 100 small projects built over 100 days, aimed at enhancing front-end development skills. Each project focuses on a different concept, teaching essential techniques and patterns in web development.
To run any of the projects:
- Clone the repository:
git clone https://github.com/your-username/HTML-CSS-JavaScript-100-Days.git
-
Navigate to the project folder:
cd HTML-CSS-JavaScript-100-Days/project-name
-
Open the project: Open the .html file of any project in your browser to see it in action.
Here’s a preview of some of the projects:
Day 1: Simple Counter - A basic counter using JavaScript.
Feel free to contribute to this repository by submitting a pull request if you have any improvements or additional project ideas. Here’s how:
- Fork the repository.
- Create your feature branch (git checkout -b feature/NewProject).
- Commit your changes (git commit -m 'Add new project').
- Push to the branch (git push origin feature/NewProject).
- Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
Rohit Dubey