Welcome to the Web Development Mini Projects repository! 🚀
This repository is a collection of mini web development projects where anyone can contribute. Whether you're just starting your web development journey or you have experience and want to showcase your skills, this is the perfect place for you. 💻✨
The goal of this repository is to create a collaborative space where developers can share their creative mini projects. By contributing, you’ll not only practice your coding skills but also help others by providing inspiration and solutions for their learning journey.
- Fork this repository.
- Clone the forked repository.
git clone https://github.com/roseewood/Web-Development-Mini-Projects.git
- Navigate to the project directory.
cd Web-Dev-Mini-Projects
- Make a new folder with your Project name inside
web-dev-mini-projects
& Add your project files (eg:index.html
,style.css
,script.js
,README.md
) inside that folder. - Also, Add a README file in your project folder which consists of Description/screenshots about your project!
- Create a new branch.
git checkout -b <your_branch_name>
- Add & Commit your changes.
git add . git commit -m "<your_commit_message>"
- Push your local branch to the remote repository.
git push -u origin <your_branch_name>
- Create a Pull Request!
Congratulations! Sit and relax till we review your PR, you've made your contribution to Web-Development-Mini-Projects project.
We follow a Code of Conduct that encourages kindness, respect, and inclusivity in this repository. By participating, you agree to:
- Be respectful and considerate.
- Help others with constructive feedback.
- Share knowledge and improve the community.
Please read our full Code of Conduct.
This repository is open-source and distributed under the MIT License. See LICENSE for more details.
Let's build amazing things together! 💪🌍
Happy coding! 🎉