Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.97 KB

File metadata and controls

57 lines (36 loc) · 1.97 KB

Frontend Mentor - Coding bootcamp testimonials slider solution

This is a solution to the Coding bootcamp testimonials slider challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Note: Delete this note and update the table of contents based on what sections you keep.

Overview

The challenge

Users should be able to:

  • View the optimal layout for the component depending on their device's screen size
  • Navigate the slider using either their mouse/trackpad or keyboard

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • Tailwind CSS
  • Flexbox
  • Mobile-first workflow

What I learned

Another project using Talwind CSS. For this one, I learned about using .target in my JavaScript to be able to create a variable that keeps track of which button was clicked. I also made the code in a way the only one of the arrows can be clicked at a certain time. The clicked arrow becomes light gray and no longer has cursor:pointer, to show the moment it becomes unavailable. Feedback is welcome!

Author