/GoodFirstIssueFinder

A simple app which helps you find a good first issue

Primary LanguageTypeScript

GoodFirstIssueFinder

GoodFirstIssueFinder is a simple web application designed to help developers discover and contribute to "good first issues" on GitHub.

Pull requests are welcome to enhance this project.

Installation

To get started, follow these steps:

  1. Clone the repository:

    git clone https://github.com/admirhusic/GoodFirstIssueFinder.git
    cd GoodFirstIssueFinder
  2. Install dependencies:

    npm install
  3. Set up the environment variables:

    • Copy the example environment file:
      cp .env.example .env
    • Open the .env file and update the VITE_APP_GITHUB_TOKEN variable with your GitHub token:
      VITE_APP_GITHUB_TOKEN='INSERT GITHUB TOKEN HERE'
      You can create a personal access token in your GitHub account settings here.
  4. Start the project:

    npm start

Demo

Check out the live demo of the GoodFirstIssueFinder app here.