Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedroreves/faq-page
FAQ Website | FrontEnd Mentor Challenge
https://github.com/pedroreves/faq-page
css css3 dom html html5 javascript responsive
Last synced: about 1 month ago
JSON representation
FAQ Website | FrontEnd Mentor Challenge
- Host: GitHub
- URL: https://github.com/pedroreves/faq-page
- Owner: PedroReves
- Created: 2024-05-31T20:04:29.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-31T20:26:34.000Z (8 months ago)
- Last Synced: 2024-11-08T10:12:36.464Z (3 months ago)
- Topics: css, css3, dom, html, html5, javascript, responsive
- Language: HTML
- Homepage: https://pedroreves.github.io/Faq-Page/
- Size: 691 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 solution
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
- [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)
- [Author](#author)## 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### Screenshot
![](./screenshot.jpg)
### Links
- Solution URL: [Github Solution](https://github.com/PedroReves/Faq-Page)
- Live Site URL: [Live Solution](https://pedroreves.github.io/Faq-Page/)## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox### What I learned
I learned more about javascript and how to modify the dom, and how to interact with more than one item using only javascript, i learned more about states, and how can i modify something on my website based on a condition;
### Continued development
I want to improve more the responsiveness of this website, because i felt this website a little messy on mobile devices, i think i can refactor my javascript to be more simple, but in gerenal, the design is great.
## Author
- Frontend Mentor - [@PedroReves](https://www.frontendmentor.io/profile/PedroReves)