Skip to content

juansesierra/input-range

Repository files navigation

Range Input

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.

Environment variables

Create a .env file in the root of the project and add the following variables:

NEXT_PUBLIC_API_URL='http://demo7841693.mockable.io'

Install dependencies

yarn install

Run the app

yarn dev

Run the tests

For this app we are using Jest and React Testing Library for the unit tests. And Playwright for the end to end tests.

Run the unit tests

yarn test

Run the end to end tests

yarn test:e2e

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published