A GitHub issue discovery tool that helps you find open source issues to contribute to.
Live Website: https://par5ul1.github.io/sprout/
- 🔍 Search GitHub issues by programming language
 - 📅 Filter by date ranges with presets
 - 🎯 Sort by creation date, comments, and more
 - ⚡ Real-time filtering with GitHub API
 
- Node.js 20+
 - pnpm
 
- 
Clone the repository
 - 
Install dependencies:
pnpm install
 - 
Start the development server:
pnpm dev
 
- Select programming languages you're interested in
 - Optionally set date ranges to filter recent issues
 - Use the sort options to find issues that match your preferences
 - Click on any issue to view it on GitHub
 
- Built with React/Vite + TypeScript
 - Uses Octokit for GitHub API integration
 - Styled with Tailwind CSS and Radix UI components
 - Formatted with Biome
 
