Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elidrissidev/faq-accordion-card
This is a solution to the FAQ accordion card challenge on Frontend Mentor.
https://github.com/elidrissidev/faq-accordion-card
css frontendmentor html javascript parcel
Last synced: 22 days ago
JSON representation
This is a solution to the FAQ accordion card challenge on Frontend Mentor.
- Host: GitHub
- URL: https://github.com/elidrissidev/faq-accordion-card
- Owner: elidrissidev
- License: mit
- Created: 2021-09-11T21:49:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-11T22:00:45.000Z (about 3 years ago)
- Last Synced: 2024-10-10T23:01:13.928Z (about 1 month ago)
- Topics: css, frontendmentor, html, javascript, parcel
- Language: CSS
- Homepage: https://faq-accordion-card-elidrissidev.vercel.app/
- Size: 437 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Frontend Mentor - FAQ accordion card solution
This is a solution to the [FAQ accordion card challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/faq-accordion-card-XlyjD0Oam). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
## Table of contents
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [What I learned](#what-i-learned)
- [Continued development](#continued-development)
- [Useful resources](#useful-resources)
- [Author](#author)
- [License](#license)## Overview
### The challenge
Users should be able to:
- View the optimal layout for the component depending on their device's screen size
- See hover states for all interactive elements on the page
- Hide/Show the answer to a question when the question is clicked### Screenshot
| Mobile (375px) | Deskop (1440px) |
| --- | --- |
| ![Mobile](./screenshot-mobile.png) | ![Desktop](./screenshot-desktop.png) |### Links
- [Solution URL](https://www.frontendmentor.io/solutions/faq-accordion-card-without-using-javascript-5TRBiD86m)
- [Live Site URL](https://faq-accordion-card-elidrissidev.vercel.app/)## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
- [Parcel](https://parceljs.org/)### What I learned
I learned in this challenge about the `details` and `summary` elements that can be used to build an accordion, it was funny because I stumbled accross them only after building the entire thing with javascript :D, but still better late than never.
### Continued development
Positioning the image in both desktop and mobile was the most difficult part of this challenge for me. I was confused at first if I should be using a background image on a `div`, an `img`, or `::before` pseudo-class which is what I ended up using. Hopefully in the next challenges It will get easier as I get to practice it more.
### Useful resources
- [\: The Details disclosure element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details) - This helped me to know how to use `details` and `summary` HTML elements to create an accordion.
## Author
- Website - [Mohamed ELIDRISSI](https://www.elidrissi.dev)
- Frontend Mentor - [@elidrissidev](https://www.frontendmentor.io/profile/elidrissidev)## License
This project is licensed under the [MIT License](LICENSE.txt).