Welcome to the 30 Projects in 30 Days repository! This collection contains 30 unique web projects, each created as part of a coding challenge to build one project per day for 30 days. The projects cover a wide range of web development skills, including JavaScript, HTML, CSS, and more.
Each project in this repository showcases different functionalities, from form validation and profile fetching to interactive quiz apps and styling techniques. These projects are designed to reinforce web development skills through hands-on coding practice.
- 30 unique web projects, one for each day
- Projects range from beginner-friendly to intermediate levels
- Includes functionality for interactivity, data fetching, and UI design
- Each project demonstrates specific coding techniques in JavaScript, HTML, and CSS
The 30 Projects in 30 Days repository utilizes the following technologies:
- HTML5: Structure for each project
- CSS3: Styling and layout, including Flexbox and Grid
- JavaScript (ES6+): Handles project-specific functionalities and interactivity
- Other Tools: Bootstrap, Font Awesome, and other libraries as needed
To explore any project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/SinghLokesh02/30projects30days.git
-
Navigate to the folder of the specific project you'd like to run:
cd 30projects30days/ProjectFolder
-
Open the
index.html
file of the project in your browser:open index.html
- Select a project folder within this repository to explore.
- Open the project’s index.html file to view it in action.
- Each project is independent, so you can run each one separately to see its unique functionality.
Contributions are welcome! Here’s how you can contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature
). - Commit your changes (
git commit -m 'Add YourFeature'
). - Push to your branch (
git push origin feature/YourFeature
). - Open a pull request.
Feel free to open issues or suggest new projects for future coding challenges!
This project is licensed under the MIT License. Check out the LICENSE file for more details.