Frontend challenge

Description

This is a frontend challenge, to create a web application referencing a figma design, micro-interactions and API endpoints.

Technologies

  • React - the javascript library for building user interfaces
  • Redux - used for state management

Installation

Clone the repository

git clone git@github.com:yuvenalmash/hs-frontend-challenge.git

Install dependencies

npm install

Usage

Run the application

npm run dev

Testing

The tests are written using Jest and React Testing Library

Run the tests

npm run test

Deployment

The application is deployed on Varcel