Theoritical exam web app for acquiring a driver's license
Find a file
2025-03-08 14:14:19 +01:00
assets/css daisyui, categories, check examstore at middleware, remove 7.css 2025-03-08 14:14:19 +01:00
components daisyui, categories, check examstore at middleware, remove 7.css 2025-03-08 14:14:19 +01:00
middleware daisyui, categories, check examstore at middleware, remove 7.css 2025-03-08 14:14:19 +01:00
pages daisyui, categories, check examstore at middleware, remove 7.css 2025-03-08 14:14:19 +01:00
plugins fix and improve results, fix api advanced 2025-03-04 23:38:21 +01:00
public fixup result, add totaltime in exam, add todo in readme 2025-03-05 23:42:40 +01:00
server daisyui, categories, check examstore at middleware, remove 7.css 2025-03-08 14:14:19 +01:00
src/db first commit, pretty ok 2025-03-03 19:46:35 +01:00
store daisyui, categories, check examstore at middleware, remove 7.css 2025-03-08 14:14:19 +01:00
types pinia, points result at end, remove comments, cosmetic 2025-03-04 19:27:50 +01:00
.env.example quick, minor: cdn_url in env, env->runtimeconfig 2025-03-05 23:49:24 +01:00
.gitignore first commit, pretty ok 2025-03-03 19:46:35 +01:00
app.vue daisyui, categories, check examstore at middleware, remove 7.css 2025-03-08 14:14:19 +01:00
drizzle.config.ts first commit, pretty ok 2025-03-03 19:46:35 +01:00
LICENSE readme & license 2025-03-03 19:50:51 +01:00
nuxt.config.ts daisyui, categories, check examstore at middleware, remove 7.css 2025-03-08 14:14:19 +01:00
package.json daisyui, categories, check examstore at middleware, remove 7.css 2025-03-08 14:14:19 +01:00
pnpm-lock.yaml daisyui, categories, check examstore at middleware, remove 7.css 2025-03-08 14:14:19 +01:00
README.md fixup result, add totaltime in exam, add todo in readme 2025-03-05 23:42:40 +01:00
tailwind.config.ts daisyui, categories, check examstore at middleware, remove 7.css 2025-03-08 14:14:19 +01:00
tsconfig.json first commit, pretty ok 2025-03-03 19:46:35 +01:00

nuxt-prawo-jazdy

Setup

This project utilizes pnpm, thus it is recommended

pnpm install

To-do:

  • re-forge database structure, script for processing, share appropriate files
  • choose category
  • beautify website
  • better answer click recognition
  • come up with how to show results appropriately
  • i18n - pl, en, de, ua (not all questions are not available in ua, api handle)
  • exam (maybe also results?) warning leave message on exit (refresh)
  • lazy loading
  • question timers, and at end of total timer show a message for a while before immediatly navigating to results (maybe sth similar also when normally ending exam)

Development Server

Start the development server on http://localhost:3000:

pnpm run dev

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview

Check out the Nuxt documentation for more information.

Licensing

Distributed via MIT License