Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.