Skip to content

LostHopes/vue-quizes

Repository files navigation

Quizes build using Nuxt and Vue

For more information check refereces and setup how to install a project with your specific package manager or understand other related topics.

In order to run app locally, you need to have Node installed. (node -v)

Setup

Make sure to install the dependencies:

# npm
npm install

Development Server

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

# npm
npm run dev

Production

Build the application for production:

# npm
npm run build

Locally preview production build:

# npm
npm run preview

Check out the deployment documentation for more information.

Requirements

  • User should be able to create, update or remove his quizes;
  • Keep the design simple and polished (do one thing well).

Features

  • search quizes;
    • by user;
    • by name;
    • by date.
  • create new quiz if user is registered;
  • remove or update quiz;
  • quiz pagination;
  • show your results in the end.

References

  1. Vue Official Website
  2. Nuxt Documentation
  3. Choosing the right Data Solution PDF
  4. Nuxt 3 documentation
  5. Prisma ORM Docs
  6. TypeScript Docs

About

Quizes build on top of Vue and Nuxt frameworks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published