An application to search and display user activity on GitHub.
Live demo: https://github-activity-test.netlify.com/?username=gaearon
Technologies used:
- Install dependencies:
yarn - Starting:
REACT_APP_GITHUB_TOKEN="<Your personal access token>" yarn start
- Running unit tests
yarn test - Running integration tests
yarn cy:run
As a: User
I want: to be able to search GitHub by user name and display a list of matches.
So that: I can find my friends.
As a: User
I want: to see a user's avatar.
So that: I can recognise my friends.
As a: User
I want: to see information about a user's activity.
So that: I can understand their commit history.

