guaiamum / transaction-api-challenge

Connect to an API and display transactions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coding challenge

Objective

The objective of this test is to verify your front-end skills and introduce you to the Transaction API.

Task

  1. Create a UI that displays transactions fetched from Transaction API (see below).
  2. Add pagination using the pagination API (e.g. infinite scroll, load more button etc...)

Stack

  • JavaScript or TypeScript
  • React

Please feel free to use your tooling of choice for styling and testing!

Documentation

API Access

Use the development stage API .

  • Test environment secret key: ``
  • Program ID to fetch the transactions from: ``

You can read more about request headers in the API Reference.

Questions & support

Should you have any questions, just ask :)

About

Connect to an API and display transactions.


Languages

Language:TypeScript 74.3%Language:HTML 12.8%Language:CSS 9.6%Language:JavaScript 3.2%