This is a search app calling on GitHub's search API.
- Use the node package manager npm to install the required packages and start the application.
- Update GitHub personal access token in your own .env file with the variable PERSONAL_ACCESS_TOKEN_GITHUB
npm ci
npm start
Application will be running on http://localhost:8080
- Select category for search
- Type into the search bar or press enter on keyboard or click on search to start searching.
- Autocomplete search results will display below the search bar as you type but this is subject to the rate limiter of GitHub API.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.