Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jigsawye/github-repo-searcher
A tool for searching GitHub repositories, powered by next.js.
https://github.com/jigsawye/github-repo-searcher
nextjs react styled-components swr
Last synced: 21 days ago
JSON representation
A tool for searching GitHub repositories, powered by next.js.
- Host: GitHub
- URL: https://github.com/jigsawye/github-repo-searcher
- Owner: jigsawye
- Created: 2021-05-13T10:24:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-16T10:41:29.000Z (over 3 years ago)
- Last Synced: 2024-11-12T15:17:39.202Z (2 months ago)
- Topics: nextjs, react, styled-components, swr
- Language: TypeScript
- Homepage: https://github-repo-searcher.jigsawye.com
- Size: 386 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## GitHub Repo Searcher
[![Build Status](https://travis-ci.com/jigsawye/github-repo-searcher.svg?branch=main)](https://travis-ci.com/jigsawye/github-repo-searcher)
[![codecov](https://codecov.io/gh/jigsawye/github-repo-searcher/branch/main/graph/badge.svg?token=ONJYU4EX7N)](https://codecov.io/gh/jigsawye/github-repo-searcher)A tool for searching GitHub repositories, powered by Next.js.
### [Try it now](https://github-repo-searcher.jigsawye.com/)
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.