An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# 🌟 Frontend Dev Components & Mini Projects

[![Contributors](https://img.shields.io/github/contributors/aniketsingh1023/Amazing-Dev-Components?style=flat-square)](https://github.com/aniketsingh1023/Amazing-Dev-Components/docs/CONTRIBUTOR_LIST.md)

[![License](https://img.shields.io/github/license/aniketsingh1023/Amazing-Dev-Components?style=flat-square)](./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! πŸ’œ

[![Contributors](https://contrib.rocks/image?repo=aniketsingh1023/Amazing-Dev-Components)](https://github.com/aniketsingh1023/Amazing-Dev-Components/graphs/contributors)

πŸ“– Full list of contributors can be found in [CONTRIBUTOR_LIST.md](./docs/CONTRIBUTOR_LIST.md).