An open API service indexing awesome lists of open source software.

https://github.com/buuntu/good-first-issue

:octocat: Search Github API for Contribution Ideas
https://github.com/buuntu/good-first-issue

git github-api material-ui netlify react react-hook-forms snowpack

Last synced: 3 months ago
JSON representation

:octocat: Search Github API for Contribution Ideas

Awesome Lists containing this project

README

          

# Good First Issue

[![Netlify Status](https://api.netlify.com/api/v1/badges/02510cac-e89a-436f-85ab-6114acb02128/deploy-status)](https://app.netlify.com/sites/gifted-rosalind-376f2c/deploys) [![License:MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)

A [modern app](https://goodfirstissue.xyz) to help you contribute to open source.

It provides a search to help you find issues with the "good first
issue" label using the [Github
API](https://docs.github.com/en/rest/reference/search).

## Tooling

- [**Snowpack**](https://www.snowpack.dev/) with [Create Snowpack App](https://github.com/pikapkg/create-snowpack-app)
- [**React**](https://reactjs.org/) and [**Typescript**](https://www.typescriptlang.org/)
- [**Material UI**](https://material-ui.com/)
- [**React Hook Form**](https://react-hook-form.com/)
- Hosted on [**Netlify**](https://www.netlify.com/)

## Develop

```bash
npm start
```

Open http://localhost:8080 to view it in the browser.

## Test

```bash
npm test
```

Launches the test runner in the interactive watch mode.

## Build

```bash
npm build
```

Builds a static copy of your site to the `build/` folder. This is done
automatically by Netlify on pushes to the `master` branch, so you shouldn't need
to do this yourself.

## Contributing

Contributing is welcome. Please read the [contributing doc](CONTRIBUTING.md)
first.