Files
Web-Dev-For-Beginners/quiz-app
2024-09-02 19:13:08 +01:00
..
2024-08-30 13:20:53 +01:00
2024-09-02 19:09:38 +01:00
2024-08-30 13:20:53 +01:00
2024-08-30 13:24:05 +01:00
2024-08-30 13:20:53 +01:00
2024-08-30 13:20:53 +01:00
2024-08-30 13:20:53 +01:00
2024-08-30 13:20:53 +01:00
2024-09-02 19:13:08 +01:00
2024-08-30 13:20:53 +01:00

Quiz app

This quiz app helps you display questions and answers in a quiz format.

Install the app

Run npm install to install the dependencies.

npm install

Build the app

To build the solution, run npm run build.

npm run build

Run

To run the solution, run npm run dev.

npm run dev

Lint

To ensure the code is linted, run npm run lint.

npm run lint