Answer a randomized set of questions and get an achievement card based on your score.
You can find the deployed version of the Quiz Game here.
The Quiz Game project utilizes the following technologies:
- React
- TypeScript
- Redux
Figma is also used to design the webpage UI with UX in mind.
Check out the figma file here.
Before you begin, ensure that you have the following software installed on your machine:
- Node.js: Download and Install Node.js
- npm: Included with Node.js installation
To get started with quiz-game React project, follow the steps below:
-
Clone the repository:
git clone git@github.com:YatoAki/quiz-game.git
-
Change directory:
cd quiz-game
-
Install dependencies:
npm install
-
Start the development server:
npm start
This command will start the development server and open quiz-game application in your default browser.