GithubStars

Web client to list all the repositories that a particular user has starred in.

Technologies used

This project was bootstrapped with Create React App.

Running the Application

In a node ^12.8.0 environment, just install the project dependencies:

# Using NPM
npm install

# Using yarn
yarn

and execute the development server:

# Using NPM
npm start

# Using yarn
yarn start

Tests Instructions

To run the test suite, just execute the command:

# Using NPM
npm start

# Using yarn
yarn start