Welcome to Hacktoberfest WebDev β a beginner-friendly project where you can contribute mini web development projects using HTML, CSS, JS, or frameworks like React.
- Fork this repository
- Clone your fork:
git clone https://github.com/your-username/web-dev-hub-2k25.git
- Create a new branch:
git checkout -b my-contribution
- Add your project inside the
projects/folder
Example:projects/html-css/my-cool-landing-page/ - Commit & Push
git commit -m "Added my landing page project" git push origin my-contribution - Open a Pull Request π
- Mini HTML/CSS projects (landing pages, portfolios, animations)
- JavaScript widgets (to-do app, calculators, clocks, etc.)
- React components (cards, navbars, forms, etc.)
- Beginner-friendly web resources
- Place your code inside the correct folder (
html-css/,vanilla-js/,react/) - Add a
README.mdin your project folder with:- Project name
- Short description
- Screenshot (optional)
- No spam PRs π«
See the CONTRIBUTORS.md file for all contributors π.