Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aayush259/faq-accordion
This project is a simple FAQ accordion that allows users to expand and collapse questions to view their answers. It's built using HTML, CSS, and JavaScript.
https://github.com/aayush259/faq-accordion
Last synced: about 2 months ago
JSON representation
This project is a simple FAQ accordion that allows users to expand and collapse questions to view their answers. It's built using HTML, CSS, and JavaScript.
- Host: GitHub
- URL: https://github.com/aayush259/faq-accordion
- Owner: Aayush259
- Created: 2024-02-24T17:38:53.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-26T19:03:39.000Z (12 months ago)
- Last Synced: 2024-11-10T08:38:36.625Z (3 months ago)
- Language: HTML
- Homepage: https://aayush259.github.io/FAQ-accordion/
- Size: 667 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FAQ Accordion
This project is a simple FAQ accordion that allows users to expand and collapse questions to view their answers. It's built using HTML, CSS, and JavaScript.## Features
- Clean and responsive design.
- Accordion functionality to expand/collapse questions.
- Uses CSS variables for easy color management.
- Mobile-friendly design with media queries.
- Simple JavaScript for toggling question answers.
- Preview## Technologies Used
- HTML
- CSS
- JS## Installation
Clone the repository:```bash
git clone https://github.com/Aayush259/FAQ-accordion.git
``````bash
cd faq-accordion
```
Open the index.html file in your web browser.## Usage
- Click on a question to expand or collapse its answer.
- The open/close icon changes accordingly to indicate the current state.## Credits
- Challenge by Frontend Mentor.
- Coded by Aayush.## Contributing
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.