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 ⚡️
- Host: GitHub
- URL: https://github.com/glcap/quiz-maker-app-react-level-2
- Owner: GlCap
- Created: 2024-09-04T13:27:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T18:06:52.000Z (almost 2 years ago)
- Last Synced: 2024-09-13T06:58:48.292Z (almost 2 years ago)
- Language: TypeScript
- Homepage: https://stackblitz.com/edit/vitejs-vite-pky45g
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quiz Maker App for [React Level 2 Certification](https://courses.angulartraining.com/course/react-level-2-certification-exam)
[](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
```