Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lenemter/faq-accordion-card
https://github.com/lenemter/faq-accordion-card
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lenemter/faq-accordion-card
- Owner: lenemter
- Created: 2022-07-15T10:32:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-15T14:57:53.000Z (over 2 years ago)
- Last Synced: 2024-10-25T09:17:06.379Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- [Frontend Mentor - FAQ accordion card solution](#frontend-mentor---faq-accordion-card-solution)
- [Table of contents](#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)
- [Useful resources](#useful-resources)
- [Author](#author)## 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
![Screenshot](./screenshot.jpg)
### Links
- Solution URL: [Solution](https://www.frontendmentor.io/)
- Live Site URL: [Live Site](https://lenemter.github.io/faq-accordion-card/)## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow### What I learned
Use this section to recap over some of your major learnings while working through this project. Writing these out and providing code samples of areas you want to highlight is a great way to reinforce your own knowledge.
To see how you can add code snippets, see below:
```html
Some HTML code I'm proud of
``````css
.proud-of-this-css {
color: papayawhip;
}
``````js
const proudOfThisFunc = () => {
console.log('🎉')
}
```### Useful resources
- [Example resource 1](https://www.example.com) - This helped me for XYZ reason. I really liked this pattern and will use it going forward.
## Author
- My Github - [lenemter](https://github.com/lenemter)
- Frontend Mentor - [@lenemter](https://www.frontendmentor.io/profile/lenemter)