Dev Locator is an application that allows users to easily find and connect with fellow devs by location using GitHub's search API
- Search GitHub users by location
- Filter results by language, minimum followers, minimum repos, account type, and sort order
- View follower count, repo count, and bio for each result
- View total amount of GitHub users at the queried location
- Navigate search results through a paginated list
- Display amount of queries available within GitHub's search API rate limit
These instructions will give you a copy of the project up and running on your local machine for development and testing purposes.
- Node v16 or higher
- Yarn
- Clone repo
git clone https://github.com/wil-gerard/dev-locator.git
- Install dependencies
yarn
- Navigate to the root directory in your terminal and then
yarn start
MIT License - see the LICENSE.md file for details
