Skip to content

JohnPhilip91/GoodFirstIssueFinder

 
 

Repository files navigation

GoodFirstIssueFinder

A simple web application to discover "good first issues" on GitHub, helping developers start contributing to open-source projects.

How to Contribute

We welcome pull requests with enhancements:

  • UI optimizations
  • Search filter expansions
  • Documentation improvements
  • Bug fixes

1. Installation

Clone the repository:

git clone https://github.com/admirhusic/GoodFirstIssueFinder.git  
cd GoodFirstIssueFinder

2. Install dependencies:

npm install

3. Configure environment variables:

# Create .env from the template  
cp .env.example .env  

# Edit the file to add your GitHub token  
nano .env  # or use any text editor

🔑 Getting a Token

Go 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

4. Run the app:

npm start

Demo

Check out the live demo of the GoodFirstIssueFinder app here.

About

Personal fork of GoodFirstIssueFinder project to experiment and contribute

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 94.0%
  • HTML 3.9%
  • CSS 1.4%
  • JavaScript 0.7%