Skip to content

gnulitskaya/react-github-search

Repository files navigation

react-github-search

React search app with Github GraphQL API image

Github Graphql API React client

Project developed for interview. It is a react client application that consumes Github GraphQL API to display information about repositories.

Check out the Demo!

  1. Главная страница – список репозиториев с возможностью поиска и страницами
  2. Карточка репозитория – страница с детальной информацией по репозиторию

Stack

  • React
  • Create React App
  • Apollo Client
  • Redux
  • React Router

Requirements

  • Github API token

Installation

  1. Clone this repo

  2. Install dependencies

npm install
  1. Add enviroment variables

  2. Run the app in development mode

npm run dev
  1. Access application at http://localhost:3000

Enviroment variables

Create a .env file in the root of the project and add these variables:

VITE_GITHUB_ACCESS_TOKEN

About

React search app with Github GraphQL API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published