Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 2.03 KB

README-template.md

File metadata and controls

62 lines (42 loc) · 2.03 KB

Frontend Mentor - FAQ accordion solution

This is a solution to the FAQ accordion 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:

  • Hide/Show the answer to a question when the question is clicked
  • Navigate the questions and hide/show answers using keyboard navigation alone
  • View the optimal layout for the interface depending on their device's screen size
  • See hover and focus states for all interactive elements on the page

Links

My process

Built with

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

Note: These are just examples. Delete this note and replace the list above with your own choices

What I learned

By having the chance to complete this challenge I had learned about sematic HTML, flexbox and problem solving thinking. Looking to have the accordeon to do what I wanted it to do was very challenging.

Continued development

In the next projects I'm looking to improve my styling skills as well as my programing logic and problem solving skills with JavaScript

Author