Sloth247 / Coding-bootcamp-testimonials-slider

Frontend Mentor Challenge using HTML, CSS and JavaScript.

Home Page:coding-bootcamp-testimonials-slider-sloth247.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Overview

This project is to improve my HTML, CSS and JavaScript skills for positioning design, accessibility and slider effects.

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

  • Mobile View at 375px : Tanya

  • Mobile View at 375px : John

  • Desktop View at 1440px : Tanya

  • Desktop View at 375px : John

Links

My process

I put all contents in <main>, and centered within <body> by CSS-grid. For background images, I attached them on the containers of relevant images/texts and posisitoned them. By using <button> for arrows to control sliders, they are keybord focusable and controllable. All contents are toggled by pressing prev/next arrow buttons.

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Mobile-first workflow
  • JavaScript
  • Dart Sass

What I learned

Continued development

  • Slider effect for JavaScript. I would like to know what is the best solution for these type of slide which are sets of image and the description.

Author

About

Frontend Mentor Challenge using HTML, CSS and JavaScript.

coding-bootcamp-testimonials-slider-sloth247.vercel.app


Languages

Language:SCSS 49.5%Language:HTML 44.6%Language:JavaScript 5.9%