This application displays a github user search for details such as the number of repositories and how many stars are in the repo.
Clone with SSH
[email protected]:ryfan/react-typescript-github-api.git
Clone with HTTPS
https://github.com/ryfan/react-typescript-github-api.git
Clone with GitHub CLI
gh repo clone ryfan/react-typescript-github-api
Install node_modules
with npm
npm run install
Install node_modules
with yarn
yarn install
To run this project, you will need to add the following environment variables to your .env file, create file .env on root project
REACT_APP_TITLE
REACT_APP_TOKEN_GITHUB
REACT_APP_SITE_KEY
REACT_APP_SECRET_KEY
React, TypeScript, Ant Design Mobile, HTML, SCSS