An open API service indexing awesome lists of open source software.

https://github.com/losthopes/vue-quizes

Quizes build on top of Vue and Nuxt frameworks
https://github.com/losthopes/vue-quizes

js nuxt quizes vue

Last synced: 5 months ago
JSON representation

Quizes build on top of Vue and Nuxt frameworks

Awesome Lists containing this project

README

          

# Quizes build using Nuxt and Vue

For more information check [refereces](#references)
and [setup](#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:

```bash
# npm
npm install
```

## Development Server

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

```bash
# npm
npm run dev
```

## Production

Build the application for production:

```bash
# npm
npm run build
```

Locally preview production build:

```bash
# npm
npm run preview
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) 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](https://vuejs.org)
2. [Nuxt Documentation](https://nuxt.com/docs)
3. [Choosing the right Data Solution PDF](https://yalantis.com/wp-content/uploads/2024/01/choosing-the-right-data-storage-solution-for-appointment-scheduling-system.pdf)
4. [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction)
5. [Prisma ORM Docs](https://www.prisma.io/docs)
6. [TypeScript Docs](https://www.typescriptlang.org/docs/)