Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/corentinth/deviz
- Owner: CorentinTh
- Created: 2024-03-04T23:27:07.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-14T20:51:18.000Z (10 months ago)
- Last Synced: 2024-10-11T03:18:50.932Z (3 months ago)
- Topics: app, developer, game, nuxt, online, quiz, vue
- Language: TypeScript
- Homepage: https://deviz.corentin.tech
- Size: 402 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```