This is a frontend challenge, to create a web application referencing a figma design, micro-interactions and API endpoints.
- React - the javascript library for building user interfaces
- Redux - used for state management
Clone the repository
git clone git@github.com:yuvenalmash/hs-frontend-challenge.git
Install dependencies
npm install
Run the application
npm run dev
The tests are written using Jest and React Testing Library
Run the tests
npm run test
The application is deployed on Varcel