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
- Host: GitHub
- URL: https://github.com/buuntu/good-first-issue
- Owner: Buuntu
- License: other
- Created: 2020-07-08T04:01:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-09T18:10:04.000Z (over 5 years ago)
- Last Synced: 2025-10-13T00:12:03.979Z (3 months ago)
- Topics: git, github-api, material-ui, netlify, react, react-hook-forms, snowpack
- Language: TypeScript
- Homepage: https://goodfirstissue.xyz
- Size: 106 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Good First Issue
[](https://app.netlify.com/sites/gifted-rosalind-376f2c/deploys) [](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.