Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/furkan-dogu/interview-accord

This project includes a web application that provides an accordion list of commonly asked interview questions and their corresponding answers.
https://github.com/furkan-dogu/interview-accord

accordion css javascript react usestate

Last synced: about 5 hours ago
JSON representation

This project includes a web application that provides an accordion list of commonly asked interview questions and their corresponding answers.

Awesome Lists containing this project

README

        

# Interview Accordion



## About the Project

This project includes a web application that provides an accordion list of commonly asked interview questions and their corresponding answers.

## Table of Contents

- [Features](#features)
- [Project Skeleton](#project-skeleton)
- [Screenshots](#screenshots)

## Live Project Link

You can access the live version of the project [here](https://interview-accord-eight.vercel.app/).

## Features

- A list of frequently asked interview questions
- An accordion interface displaying answers to the questions
- Filtering capability for users to filter questions by categories

## Project Skeleton

```
Interview-Accordion (folder)
|
|----readme.md
SOLUTION
├── public
│ └── index.html
├── src
│ ├── App.css
│ ├── App.js
│ ├── assets
│ │ └── [images]
│ ├── components
│ │ ├── Question.jsx
│ │ ├── Header.jsx
│ │ └── InterviewAccord.jsx
│ ├── helper
│ │ ├── data.js
│ │ └── icons.js
│ └── index.js
├── package.json
└── package-lock.json

```

## Screenshots





## Compatibility

The project is compatible with both wide-screen computers and mobile devices.