GitHub user's profile viewer using GitHub API. Display information, repositries.
Built with React.
- Clone this repo
git clone [email protected]:chocolat5/react-github-profile-viewer.git <PROJECT_NAME>
- Move to the appropriate directory
cd <PROJECT_NAME>
- Install npm package
npm install --save-dev
- Run the project
npm run start