Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/annaindistress/frontend-mentor-faq-accordion
This is a solution to the FAQ accordion challenge on Frontend Mentor
https://github.com/annaindistress/frontend-mentor-faq-accordion
css-custom-properties html postcss vite
Last synced: about 1 month ago
JSON representation
This is a solution to the FAQ accordion challenge on Frontend Mentor
- Host: GitHub
- URL: https://github.com/annaindistress/frontend-mentor-faq-accordion
- Owner: annaindistress
- Created: 2024-01-08T15:20:49.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-08T15:25:49.000Z (12 months ago)
- Last Synced: 2024-01-08T16:56:10.526Z (12 months ago)
- Topics: css-custom-properties, html, postcss, vite
- Language: CSS
- Homepage: https://annaindistress.github.io/frontend-mentor-faq-accordion/
- Size: 291 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FAQ accordion
This is a solution to the [FAQ accordion challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/faq-accordion-wyfFdeBwBz). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
## Table of contents
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [Built with](#built-with)
- [Author](#author)## 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## Screenshot
![](./screenshot.png)
### Links
- [Solution URL](https://github.com/annaindistress/frontend-mentor-faq-accordion)
- [Live Site URL](https://annaindistress.github.io/frontend-mentor-faq-accordion/)## Built with
- Semantic HTML5 markup
- Mobile-first workflow
- CSS custom properties
- PostCSS
- Vite## Author
- Frontend Mentor - [@annaindistress](https://www.frontendmentor.io/profile/annaindistress)