Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 451 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 451 Bytes

StocksData

API to hit

JSON API URL : https://jsonmock.hackerrank.com/api/stocks?date=<date>

Expected Outputs when result found

  • Open: {open}
  • Close: {close}
  • High: {high}
  • Low: {low}

Expected Output when NO results found

In case of no results render below div <div data-testid="no-result">No Results Found</div>

Note

Checkout the repository.

Useful commands below-

1- npm install

2- npm start

3- npm test