https://github.com/aniketsingh1023/amazing-dev-components
This is an Open Source Maintainer Repository For Hacktoberfest 2025
https://github.com/aniketsingh1023/amazing-dev-components
angular good-first-issue hacktoberfest hacktoberfest2025 hacktoberfest2025-approved opensource projects react svelte vue
Last synced: about 2 months ago
JSON representation
This is an Open Source Maintainer Repository For Hacktoberfest 2025
- Host: GitHub
- URL: https://github.com/aniketsingh1023/amazing-dev-components
- Owner: aniketsingh1023
- License: mit
- Created: 2025-09-23T19:56:44.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-23T20:48:09.000Z (9 months ago)
- Last Synced: 2025-09-23T22:21:30.129Z (9 months ago)
- Topics: angular, good-first-issue, hacktoberfest, hacktoberfest2025, hacktoberfest2025-approved, opensource, projects, react, svelte, vue
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# π Frontend Dev Components & Mini Projects
[](https://github.com/aniketsingh1023/Amazing-Dev-Components/docs/CONTRIBUTOR_LIST.md)
[](./LICENSE)
---
## π 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:
1. **Fork** the repo
2. **Clone** your fork locally
```bash
git clone https://github.com//frontend-dev-components.git
3. Create a new **branch**
```bash
git checkout -b feature/your-feature-name
4. Add Your Component , Script or Mini Project Inside The correct folder.
5. Commit & Push your Changes
```bash
git commit -m "Added: MyComponent for React"
git push origin feature/your-feature-name
6. 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](./CODE_OF_CONDUCT.md).
### π Contributors
Thanks to all the amazing people who contribute! π
[](https://github.com/aniketsingh1023/Amazing-Dev-Components/graphs/contributors)
π Full list of contributors can be found in [CONTRIBUTOR_LIST.md](./docs/CONTRIBUTOR_LIST.md).