Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karamanburak/react-interview-qa
The purpose of this repo is to contain some questions and answers that can be asked in a react interview
https://github.com/karamanburak/react-interview-qa
react react-bootstrap sass
Last synced: 2 days ago
JSON representation
The purpose of this repo is to contain some questions and answers that can be asked in a react interview
- Host: GitHub
- URL: https://github.com/karamanburak/react-interview-qa
- Owner: karamanburak
- Created: 2024-03-01T13:00:26.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-18T09:00:19.000Z (7 months ago)
- Last Synced: 2024-04-18T11:14:30.032Z (7 months ago)
- Topics: react, react-bootstrap, sass
- Language: JavaScript
- Homepage:
- Size: 4.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-interview-Q-A
## Project Skeleton
```
Interview-Accordion (folder)
|
SOLUTION
├── public
│ └── index.html
├── src
│ ├── components
│ │ ├── Question.jsx
│ │ ├── Header.jsx
│ │ └── InterviewAccord.jsx
│ ├── helper
│ │ ├── data.js
│ │ ├── icons.js
│ │ └── project.gif
│ ├── App.css
│ ├── App.js
│ └── index.js
├── .gitignore
├── package-lock.json
├── package.json
└── README.md```
## Outcome
![interview](./src/helpers/project.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
## Steps to Solution
- Step 1: Create React App using `npx create-react-app interview-accordion`
- Step 2: Build Interview Accord App.