Adtriba coding challenge

Screenshots

screenshot

Technologies used:

  • React with Next.js
  • React functional components and hooks (useEffect, useState)
  • TypeScript
  • Tailwind CSS
  • rechart (charting library for React)
  • Jest and React Testing Library
  • Git and Github for version control

Installation

Run locally

  1. Download the project files or clone the git repo
  2. cd into the project directory
  3. run npm run dev
  4. View the project at http://localhost:3000/

Running tests

run npm run test