
Welcome! This repository is designed for first-time contributors to Hacktoberfest. The idea: push your own small code examples in your preferred language under the language folder.
Folders:
- web/ — HTML/CSS/JS projects or static sites
- js/ — JavaScript (Node/browser) snippets
- python/ — Python scripts or small projects
- java/ — Java examples
- c/ — C programs
- bash/ — Shell scripts
How to contribute
- Fork this repository on GitHub.
- Create a new branch named
yourname-language
. - Add your code under the appropriate language folder. Keep files small and well-documented.
- Commit and push your branch.
- Open a Pull Request describing what you added.
Contribution guidelines are in CONTRIBUTING.md
.