This is a React-Typescript Quiz App built using React.JS & Typescript . You answer the questions and the app will calcualte the score for you automatically.
Take a look at the live version here: https://react-typescript-quiz-app-nine.vercel.app/ 😍
Take a look on the live version here: https://react-typescript-quiz-app-nine.vercel.app/
I have built this project using the following tools & techniques:
- React.JS
- Typescript.
- Context API
- Compound Components.
- JSX.
- CSS Modules.
- VSCode.
To be able to use this react app locally in a development environment you will need the following:
-
Then From your terminal, you should do the following:
# Clone this repository
git clone https://github.com/AhmedTohamy01/React-Quiz-App
# Go into the repository
cd react-Quiz-App
# Install dependencies
npm install
# Run the app
npm start
- Now you can see the project in your browser as you see in the live demo link. Happy Hacking!