Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/corentinth/deviz

Simple quiz web app for devs
https://github.com/corentinth/deviz

app developer game nuxt online quiz vue

Last synced: 2 months ago
JSON representation

Simple quiz web app for devs

Awesome Lists containing this project

README

        

![App screenshot](./.github/deviz-screenshot.png)

# Deviz

WIP

A minimal and simple quiz web app for devs -> [deviz.corentin.tech](https://deviz.corentin.tech)

## Setup

Make sure to install the dependencies:

```bash
pnpm i
```

## Development Server

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

```bash
pnpm dev
```

## Production

Build the application for production:

```bash
pnpm run build
```

Locally preview production build:

```bash
pnpm run preview
```