Tech | Projeto | Getting Started
Your users should be able to:
- View the optimal layout for the app depending on their device's screen size
- See hover states for all interactive elements on the page
- Use the slider and toggle to see prices for different page view numbers
Live Project: https://price-component-filipesaretta.vercel.app/
- React
- Typescript
- Styled-components
One of the things I learn was to manipulate the styles of the <input type="range"/>
to make the way we needed to look using for example -webkit-appearance
and ::-webkit-slider-thumb
.
Clone the project and access the folder.
git clone https://github.com/filipesaretta/price-component
cd price-component
Install the dependencies and start.
npm install
npm run dev