A Quiz Web application built using React Js.
The Quiz app is built using React Js. React js is the popular frontend library used to make dynamic web apps.
The project uses functional components, hooks like useState, useEffect.
- Quiz app is built using React Js.
- Clone this repository:
git clone https://github.com/premdood/test-app.git
- Navigate to the project directory:
cd test-app
- Install the dependencies:
npm install
- Run the project with the following command:
npm run dev
- Access it with the browser at:
https://localhost:5173