A simple web app that lets you fetch random issues from GitHub repositories. Just input a repository owner/name pair, roll the dice, and view issues in haphazard manner.
- Input field for entering the repository in the format
owner/repo
. - Fetches random issues and displays them as clickable links.
- Clear button to reset the output.
- Doesn't scroll up when the issues fill up the window because that's hard to code and even even the LLMs can't do it!
- Enter the repository name in the input field (e.g.,
microsoft/TypeScript
). - Click the dice button to fetch a random issue.
- Click the clear button to reset the output.
- HTML
- CSS
- TypeScript
- GitHub API
- Varius free LLMs
This project is licensed under the MIT License - see the LICENSE file for details.