π Frontend Dev Components & Mini Projects
π About This Repository
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.
π Repository Structure
frontend-dev-components/
βββ components/ # Framework-specific components
βββ mini-projects/ # Showcase apps
βββ scripts/ # Utility scripts (JS, Python, Bash)
βββ docs/ # Guidelines & ideas
π€ How to Contribute
We love contributions! Follow these steps:
- Fork the repo
- Clone your fork locally
```bash
git clone https://github.com//frontend-dev-components.git
- Create a new branch
```bash
git checkout -b feature/your-feature-name
- Add Your Component , Script or Mini Project Inside The correct folder.
- Commit & Push your Changes
```bash
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."
Code Of Conduct
π Rules For Contribution Can Be Found In CODE_OF_CONDUCT.d.
π Contributors
Thanks to all the amazing people who contribute! π
π Full list of contributors can be found in CONTRIBUTOR_LIST.md.