This is a solution to the Interactive pricing component challenge on Frontend Mentor.
Users are able to:
- View the optimal layout for the app depending on the 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
- Solution URL: Frontendmentor Solution
- Live Site URL: Live Site
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- React - JS library
- Bootstrap - Frontend framework
- React Docs - Utilizing the React documentation helped strengthen my understanding of useState and useEffect, which I incorporated in the slider function of my card component.
- Stackoverflow - Bootstrap Toggle Switch - This post on stackoverflow was so helpful when it came to customizing the toggle switch in Bootstrap. I couldn't find what I was looking for in the documentation but this post pointed out which classes to target to customize the outline, knob, and fill color of the switch.
- LinkedIn - Jazmine Miller
- Frontend Mentor - @jazdmiller
