This React-based Quiz App allows users to take a quiz, answer questions, and view their scores. It utilizes React, SCSS for styling, and includes a result display at the end.
- Clone the repository.
- Install dependencies using
npm install
. - Run the app locally with
npm start
.
This project uses SCSS for styling. After cloning, navigate to the SCSS files and make modifications. Use a SCSS compiler to compile into CSS.
by running install scss
- Answer quiz questions by selecting options.
- Click 'Next' to proceed to the next question.
- View the final score at the end of the quiz.
- /src
- /components
- /Data
- /styles