Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# react-interview-Q-A

React Interview Q-A Live

## 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.