Skip to content

Commit

Permalink
fix: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tabomors committed Sep 19, 2023
1 parent 455b821 commit 630388e
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions README.md
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

0 comments on commit 630388e

Please sign in to comment.