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

https://github.com/alexlopezdevelop/github-search

Technical test
https://github.com/alexlopezdevelop/github-search

Last synced: 11 months ago
JSON representation

Technical test

Awesome Lists containing this project

README

          

# Github Search

Github Search is a simple app that allows you to search for users and their repositories on Github.
## Features

- Search for users and their repositories
- View user details
- View repository details

## Demo

- https://github-search-rho-khaki.vercel.app/

[![Screenshot of demo](./public/demo.png)](https://github-search-rho-khaki.vercel.app/)

## Deploy with Vercel

To get started, click the "Deploy with Vercel" button below.

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FAlexLopezDevelop%2Fgithub-search)

### Install dependencies and run the Next.js client

```bash
npm install
npm run dev
# or
yarn
yarn dev
```