Fetching Items for Fetch Rewards

Overview

Displays items grouped by listId and sorted by name.

Run Locally

  • Requirement: Node version 8.1+
npm install
npm start

To Test Locally

  • (If not previously run)
npm install
  • Then, for Cypress Open
npm run cypress:open
  • Or for Cypress Run
npm run cypress:run

Features

  • Displays Material UI Cards for each item
  • Implemented UI testing with Cypress

Stretch Features

  • Search functionality
  • Improved styling
  • Improved loading screen