Frontend Mentor - FAQ Accordion Card
👋
Welcome! Thanks for checking out this front-end coding challenge.
Frontend Mentor challenges allow you to improve your skills in a real-life workflow.
The challenge
This challenge Frontend Mentor was to build out this responsive FAQ accordion card.
Solution
The app is build with React and Sass for styles. Live demo
Instalation and use
If you want to clone repository and ajust this solution for your needs you'll need to follow some steps.
$ git clone https://github.com/gelizabeth/faq-component-react.git
Clones repository to your local enviroment.
npm install
Installs project dependencies (React and Sass).
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
npm run build
Builds the app for production to the build
folder.