Skip to content

Ekeu/git-repos-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Repo Search


What is it? 🧐

Github Repo Search is a web application that allows you to search for repositories on github.


Stack Used

I used the following technologies:

  1. React JS as frontend framework
  2. Tailwind as my css framework
  3. Github API as my data source
  4. Apollo Client as my graphql client

To make it work

You can see it working online by visiting the deployed app

OR
  1. Create a personal access token on github. Here's how

  2. 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"
  1. Run the server
- npm install
- npm start
  1. Open your browser and go to http://localhost:3000 to see the result.