Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/furkan-dogu/interview-accord
- Owner: furkan-dogu
- Created: 2023-12-08T15:39:33.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-06T19:33:39.000Z (11 months ago)
- Last Synced: 2024-01-06T20:42:20.874Z (11 months ago)
- Topics: accordion, css, javascript, react, usestate
- Language: JavaScript
- Homepage: https://interview-accord-eight.vercel.app
- Size: 5.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.