GitHub Search Demo Webapp

Project Description

A simple demo application showing unauthenticated usage for GitHub's search API. The deployed version is still live, but not always functional as it's limited by the free tier it's hosted on.

Project Readme

Readme content imported from GitHub

Github search demo webapp

A simple webapp demonstrating a GitHub user search utility.

Testing

Live instance

This project is currently deployed at https://github-search-demo-webapp-ax-vasquez.vercel.app/ - simply navigate to the address and perform user searches! (But beware of rate limits!)

Locally

  1. Run yarn start
  2. Start testing the user search functionality as you normally would