Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Repo Scout is a web application that helps developers easily find open-source issues to contribute to. Filter GitHub issues by programming language and labels (like 'good first issue', 'help wanted') and get access to useful contribution guides and PR/Issue templates to simplify your contribution journey.

License

Notifications You must be signed in to change notification settings

vivekd16/Repo-Scout

Repository files navigation

Repo Scout

A web app to discover and contribute to open source projects by finding GitHub issues that match your skills and interests. Features powerful search and filtering tools to help you get started with open source contributions.

Features

  • Search and filter GitHub issues by language, label, and more
  • Modern dark-themed UI with responsive design
  • Easy navigation and contribution guidance
  • Backend server with GitHub API proxy
  • Collapsible sidebar navigation

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/vivekd16/repo-scout.git
    cd repo-scout
  2. Install dependencies:

    npm install
    # or
    bun install
  3. Start the development server (frontend only):

    npm run dev
    # or
    bun run dev
  4. Start both frontend and backend together:

    npm run dev:all
  5. Start the backend server separately:

    npm run server

Contributing

We welcome contributions! To get started:

  1. Fork the repository and create your branch:
    git checkout -b feat/your-feature-name
  2. Make your changes and commit them:
    git add .
    git commit -m "feat: describe your change"
  3. Push to your fork and open a Pull Request:
    git push origin feat/your-feature-name
  4. Describe your changes in the PR and request a review.

Guidelines

  • Follow the existing code style and naming conventions.
  • Write clear, concise commit messages.
  • Add tests or documentation as needed.

License

This project is licensed under the MIT License.

About

Repo Scout is a web application that helps developers easily find open-source issues to contribute to. Filter GitHub issues by programming language and labels (like 'good first issue', 'help wanted') and get access to useful contribution guides and PR/Issue templates to simplify your contribution journey.

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •