A simple web application to discover "good first issues" on GitHub, helping developers start contributing to open-source projects.
We welcome pull requests with enhancements:
- UI optimizations
- Search filter expansions
- Documentation improvements
- Bug fixes
Clone the repository:
git clone https://github.com/admirhusic/GoodFirstIssueFinder.git
cd GoodFirstIssueFindernpm install# Create .env from the template
cp .env.example .env
# Edit the file to add your GitHub token
nano .env # or use any text editorGo to GitHub GitHub Settings → Developer Settings → Tokens
Create a token with repo and read:user permissions
Replace INSERT GITHUB TOKEN HERE in .env with your token
npm startDemo
Check out the live demo of the GoodFirstIssueFinder app here.