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

https://github.com/glcap/quiz-maker-app-react-level-2

Created with StackBlitz ⚡️
https://github.com/glcap/quiz-maker-app-react-level-2

Last synced: about 1 year ago
JSON representation

Created with StackBlitz ⚡️

Awesome Lists containing this project

README

          

# Quiz Maker App for [React Level 2 Certification](https://courses.angulartraining.com/course/react-level-2-certification-exam)

[![Netlify Status](https://api.netlify.com/api/v1/badges/62d62e78-bbc5-4be4-a09c-d7aef44a1dcf/deploy-status)](https://app.netlify.com/sites/quiz-maker-code-challenge/deploys)

## Instructions

Built using Vite + React

dev:
```
npm run dev
```

build:
```
npm run build
```

preview:
```
npm run preview
```