Your go-to platform for discovering and contributing to Hacktoberfest projects
├── .github
└── workflows
│ └── sync.yaml
├── .gitignore
├── README.md
├── app
├── explore
│ └── page.tsx
├── globals.css
├── layout.tsx
├── page.tsx
└── repo
│ └── [owner]
│ └── [repo]
│ └── page.tsx
├── components.json
├── components
├── bg.tsx
├── card.tsx
├── footer.tsx
├── header.tsx
├── hero-section.tsx
├── logo.tsx
├── selectbox.tsx
└── ui
│ ├── animated-group.tsx
│ ├── button.tsx
│ ├── hover-card.tsx
│ └── text-effect.tsx
├── fonts
├── open-sauce.one-light.ttf
└── open-sauce.two-light.ttf
├── lib
└── utils.ts
├── next.config.ts
├── package-lock.json
├── package.json
├── pnpm-lock.yaml
├── postcss.config.mjs
├── public
├── favicon.ico
├── frog.gif
├── hacktoberfest-logo.svg
├── logo-dark.png
├── logo.png
└── sample.png
├── server
├── .gitattributes
├── .gitignore
├── Dockerfile
├── README.md
├── app.py
└── requirements.txt
└── tsconfig.json