Github Repo Search is a web application that allows you to search for repositories on github.
I used the following technologies:
- React JS as frontend framework
- Tailwind as my css framework
- Github API as my data source
- Apollo Client as my graphql client
You can see it working online by visiting the deployed app
-
Create a personal access token on github. Here's how
-
Create a
.env
file in the root of the project and add the following key
```env
REACT_APP_GITHUB_PERSONAL_ACCESS_TOKEN="PERSONAL_ACCESS_TOKEN"
- Run the server
- npm install
- npm start
- Open your browser and go to http://localhost:3000 to see the result.