Adtriba Coding Challenge Using React
Adtriba coding challenge
Screenshots
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
- Download the project files or clone the git repo
cd
into the project directory- run
npm run dev
- View the project at http://localhost:3000/
Running tests
run npm run test