Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 473 Bytes

File metadata and controls

20 lines (13 loc) · 473 Bytes

CODING ASSIGNMENT

This project is bootstrapped with creat-react-app, please refer link for more details. https://facebook.github.io/create-react-app/docs/getting-started

Start project

Note: Make sure you have yarn installed.

  1. npm install OR yarn install
  2. npm start OR yarn start
  3. The app will be runing at http://localhost:3000

Task

  1. Hide the loader only when all apis return result.
  2. Make the UI look good.

Bonus

  1. Implement pagination.