Skip to content

dev5c32373043/techquiz

Repository files navigation

Nuxt 3 Hello world

TechQuiz is a platform designed to assess the technical skills and knowledge of developers. It is built using Nuxt 3 and MongoDB.

preview.webm

Getting started

To start the project install all dependencies in requirements section. Add .env or .env.local file (.env.example as an example) In order for MongoDB transactions to work you'll need to setup a replica set or sharded cluster or use MongoDB Atlas

npm install && npm run dev

Requirements

Known Issues

  • Member responses store unnecessary data
  • The CodeEditor is too large in size due to highlight.js
  • Additionally, I left some bugs and glitches here and there for you to find :)