-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,20 @@ | ||
[![CircleCI](https://circleci.com/gh/tabomors/issues-finder.svg?style=svg)](https://circleci.com/gh/tabomors/issues-finder) | ||
![Lint and Format](https://github.com/tabomors/issues-finder/actions/workflows/lint.yaml/badge.svg) | ||
![Create Release](https://github.com/tabomors/issues-finder/actions/workflows/release.yaml/badge.svg) | ||
![Vercel Production Deployment](https://github.com/tabomors/issues-finder/actions/workflows/deploy-prod.yaml/badge.svg) | ||
|
||
# POC of app for searching github issues by label and language | ||
# Small app for searching github issues by label and language | ||
|
||
This app can help you find issue by label and language. | ||
|
||
It may be useful if you want to start contributing to open source, but can't find any simple issues. | ||
|
||
For example you can choose `Javascript` lang and `good-first-issue` label and it will show you a list of issues. | ||
This app can help you find issues by label and language. It might be helpful if you are searching for issues to contribute to on GitHub. For example, you can choose the `JavaScript`` language and the `good-first-issue`` label, and it will show you a list of issues with that label. | ||
|
||
# Motivation | ||
|
||
1. I created it for myself in order to find issues to contribute | ||
2. I created this project with modern stack because i will use this stack on the next project at work. So in general i think it is overkill to use these technologies for this tiny app | ||
2. I created this project with modern stack because i will use this stack on the next project at work. | ||
|
||
Stack: | ||
# Stack: | ||
|
||
- TypeScript | ||
- Next.js | ||
- Apollo | ||
- React Query | ||
- Code generation for graphql | ||
- Docker | ||
- CircleCI | ||
- Github Actions |