- This is a quiz application that allows users to practice quizzes in different programming languages.
-
Fork the repository.
-
Clone the project.
git clone repository-url
- Install dependencies.
npm install
- Run the server.
npm run dev
- Browse the website by hitting
localhost:3000
on a web browser.