Project developed for Aceleradev React. It is a react client application that consumes Github GraphQL API to display information about users and repositories.
Check out the Demo!
- React
- Create React App
- Apollo Client
- Redux
- React Router
- Styled-components
- Node.js
- Yarn
- Github API token
-
Clone this repo
-
Install dependencies
yarn install
-
Run the app in development mode
yarn start
- Access application at http://localhost:3000
Create a .env file in the root of the project and add these variables:
REACT_APP_GITHUB_TOKEN
Using jsconfig.json
{
"compilerOptions": {
"baseUrl": "src"
},
"include": ["src"]
}