This open-source project is a Hacktoberfest-friendly repo where developers can contribute:
- 🎨 Frontend components for every major framework (React, Vue, Angular, Svelte, Web Components).
- 🛠️ Mini projects (like weather apps, to-do apps, calculators).
- ⚡ Standalone scripts (JS, Python, Bash) for developers.
Whether you’re a beginner or a pro, there’s a place for your contribution here.
frontend-dev-components/
│── components/ # Framework-specific components
│── mini-projects/ # Showcase apps
│── scripts/ # Utility scripts (JS, Python, Bash)
│── docs/ # Guidelines & ideas
We love contributions! Follow these steps:
- Fork the repo
- Clone your fork locally
git clone https://github.com/<your-username>/frontend-dev-components.git
- Create a new branch
git checkout -b feature/your-feature-name
- Add Your Component , Script or Mini Project Inside The correct folder.
- Commit & Push your Changes
git commit -m "Added: MyComponent for React" git push origin feature/your-feature-name - Open A Pull Request(PR)
contributing_note: "📌 Don’t forget to read the CONTRIBUTING.md before making a PR."
📖 Rules For Contribution Can Be Found In CODE_OF_CONDUCT.d.
Thanks to all the amazing people who contribute! 💜
📖 Full list of contributors can be found in CONTRIBUTOR_LIST.md.