Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mehmet-github06/react-interview-questions-and-answers
This project includes a web application that provides an accordion list of commonly asked interview questions and their corresponding answers.
https://github.com/mehmet-github06/react-interview-questions-and-answers
component html-css-javascript mockdat prop react responsive yarn
Last synced: 1 day 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/mehmet-github06/react-interview-questions-and-answers
- Owner: Mehmet-github06
- Created: 2023-12-08T15:02:42.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-08T16:30:34.000Z (11 months ago)
- Last Synced: 2023-12-08T17:31:52.614Z (11 months ago)
- Topics: component, html-css-javascript, mockdat, prop, react, responsive, yarn
- Language: JavaScript
- Homepage: https://interview-accord-react.netlify.app/
- Size: 14.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
Project aims to create a Interview Accord App.
You can find some questions and answers that may arise during interviews about React in the application I created with React.## Project Skeleton
```
Interview-Accordion (folder)
|
|----readme.md # Given to the students (Definition of the project)
SOLUTION
โโโ public
โ โโโ index.html
โโโ src
โ โโโ App.css
โ โโโ App.js
โ โโโ components
โ โ โโโ Question.jsx
โ โ โโโ Header.jsx
โ โ โโโ InterviewAccord.jsx
โ โโโ helper
โ โ โโโ data.js
โ โ โโโ icons.js
โ โโโ index.js
โโโ package.json
โโโ package-lock.json```
## Expected Outcome
![interview](./public/Animation.gif)
## Objective
Build a Interview Accord App using ReactJS.
### At the end of the project, following topics are to be covered;
- HTML
- CSS
- JS
- ReactJS
### At the end of the project, students will be able to;
- improve coding skills within HTML & CSS & JS & ReactJS.
- use git commands (push, pull, commit, add etc.) and Github as Version Control System.
## Steps to Solution
- Step 1: Create React App using `npx create-react-app interview-accordion`
- Step 2: Build Interview Accord App.
- Step 3: Push your application into your own public repo on Github
- Step 4: Add project gif to your project and README.md file.
## Demo
React Interview Accord Netlify
**
โบ Happy Coding โ
**## Screenshots