Skip to content

Latest commit

 

History

History

README.md

GitHub User Activity

An application to search and display user activity on GitHub.

Live demo: https://github-activity-test.netlify.com/?username=gaearon

Technologies used:

Running

  1. Install dependencies: yarn
  2. Starting: REACT_APP_GITHUB_TOKEN="<Your personal access token>" yarn start

Testing

  1. Running unit tests yarn test
  2. Running integration tests yarn cy:run

User Stories

Scenarios

Searching

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.

Displaying a user

As a: User

I want: to see a user's avatar.

So that: I can recognise my friends.

User search

Displaying user's activities

As a: User

I want: to see information about a user's activity.

So that: I can understand their commit history.

User activity