This is a range input component that allows you to select a value between a minimum and maximum value. Or if you prefer you can set an array of values to choose from.
Create a .env
file in the root of the project and add the following variables:
NEXT_PUBLIC_API_URL='http://demo7841693.mockable.io'
yarn install
yarn dev
For this app we are using Jest and React Testing Library for the unit tests. And Playwright for the end to end tests.
yarn test
yarn test:e2e