This repo is part of Open Code Chicago’s Hacktoberfest 2025 initiative.
Whether it’s your first pull request or your 50th, you are welcome here!
Contribute to real-world open source code, learn frontend development, and collaborate with a global community.
If you like this project, please consider giving it a ⭐ on GitHub! More stars help us reach a wider audience, attract new contributors, and make your contributions even more visible and valuable for your portfolio or employer. Thank you for helping our open source community grow!
- Design
- Description
- Who is this for?
- Tech Stack
- Quick Start
- Features
- Project Structure
- Contributing
- Hacktoberfest Contribution Guide
- Documentation
- Contributors
- Security
- License
- Feedback
- Support
- Connect with us
...
...
...
See the Usage Guide for detailed setup.
# Clone the repo
git clone https://github.com/OpenCodeChicago/hacktoberfest-2025-infra.git
cd hacktoberfest-2025-infra# Install dependencies
npm install- Developer-friendly setup with React + Vite
- Utility-first styling with Tailwind CSS
- Preconfigured linting & formatting (ESLint + Prettier)
- Automated checks via GitHub Actions CI
- Community-driven with issues & PR templates
hacktoberfest-2025-frontend/ # Main project root
├── .github/ # GitHub configuration
│ ├── ISSUE_TEMPLATE/ # Predefined issue templates
│ │ ├── bug_report.md
│ │ └── feature_request.md
│ ├── workflow/ # GitHub Actions workflows
│ │ └── ci.yml
│ ├── CODEOWNERS # Defines code reviewers
│ ├── dependabot.yml # Automated dependency updates
│ └── PULL_REQUEST_TEMPLATE.md # Standard PR template
│
├── docs/ # Project documentation
│ ├── images/ # Images and assets for docs
│ ├── faq.md
│ └── usage.md
│
├── src/ # Application source code
│
├── .all-contributorsrc # Config for all-contributors bot
├── .gitignore # Ignored files
├── .prettierrc # Code formatting config
├── CODE_OF_CONDUCT.md # Community standards
├── CONTRIBUTING.md # Contribution guidelines
├── LICENSE # License file
├── README.md # Project overview
├── SECURITY.md # Security policyWe welcome contributions from everyone! Please see our Contributing Guidelines for details on how to get started.
- Fork this repository
- Check our Project Board
- Look for an issue you’d like to work on
- Comment on the issue to let others know you’re taking it
- Maintainers may assign you to it (to avoid duplicates)
- Create a new branch:
git checkout -b my-new-feature
- Make your changes (small, clear commits)
- Run
npm run lintbefore pushing - Push your branch and open a Pull Request
- All PRs are automatically checked for linting in CI
- Tip: Start with Good First Issues
Thanks goes to these wonderful people:
Alex Smagin 💻 📖 🚧 📆 |
This project follows the all-contributors specification.
Want to be listed here? See how to add yourself!
Contributions of any kind welcome!
This repository has the following security features enabled:
- Dependency Review Action – warns/block PRs introducing vulnerable or malicious packages
- OpenSSF Scorecard – weekly scans for open-source best practices and supply-chain risks
- Dependabot – automated dependency updates
For details, see our Security Policy.
This project is licensed under the MIT License.
We welcome feedback and suggestions to improve the template’s functionality and usability.
Feel free to open an issue or start a discussion.
📧 Contact: [email protected]

