Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jknezevic1712/quiz_maker
Application where you can solve quizzes and manage your own!
https://github.com/jknezevic1712/quiz_maker
lucide-react nextjs14-app-router radix-ui react-hook-form shadcn-ui tailwindcss typescript zod zustand
Last synced: about 2 months ago
JSON representation
Application where you can solve quizzes and manage your own!
- Host: GitHub
- URL: https://github.com/jknezevic1712/quiz_maker
- Owner: jknezevic1712
- Created: 2024-03-19T17:39:55.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-26T21:01:27.000Z (10 months ago)
- Last Synced: 2024-03-27T21:54:28.822Z (10 months ago)
- Topics: lucide-react, nextjs14-app-router, radix-ui, react-hook-form, shadcn-ui, tailwindcss, typescript, zod, zustand
- Language: TypeScript
- Homepage:
- Size: 260 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quiz Maker
Application where you can solve quizzes and manage your own!
## How to run
### Production
1. npm ci
2. npm run build
3. npm run start### Development
1. npm ci
2. npm run dev