Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chingu-voyages/v44-tier3-team-43
An online platform that lets users search, play, and create quizzes for an interactive learning experience | Voyage-44 | https://chingu.io/ | Twitter: https://twitter.com/ChinguCollabs
https://github.com/chingu-voyages/v44-tier3-team-43
next-auth nextjs prisma radix-ui supabase tailwindcss
Last synced: 3 months ago
JSON representation
An online platform that lets users search, play, and create quizzes for an interactive learning experience | Voyage-44 | https://chingu.io/ | Twitter: https://twitter.com/ChinguCollabs
- Host: GitHub
- URL: https://github.com/chingu-voyages/v44-tier3-team-43
- Owner: chingu-voyages
- License: mit
- Created: 2023-04-30T14:06:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T23:22:04.000Z (9 months ago)
- Last Synced: 2024-05-04T00:26:48.285Z (9 months ago)
- Topics: next-auth, nextjs, prisma, radix-ui, supabase, tailwindcss
- Language: TypeScript
- Homepage: https://quizipy.vercel.app
- Size: 1.2 MB
- Stars: 3
- Watchers: 6
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Quizipy
An online platform that lets users search, play, and create quizzes for an interactive learning experience
Demo •
Features •
Technologies •
Installation •
Usage •
License## 👀 Demo
You can check out a live demo 👉[here](https://quizipy.vercel.app)👈.
## 🔥 Features
- Authentication using NextAuth.js
- CRUD operations for quizzes and questions
- Image uploading using Imagekit.io
- Search functionality
- Play mode
- Validations using Zod
- Dynamic metadata## 🔧 Technologies
- Next.js
- Prisma
- TypeScript
- Tailwind CSS
- Radix UI## 🔌 Installation
1. Clone this repo
```bash
git clone https://github.com/chingu-voyages/v44-tier3-team-43.git
```2. Go to the project directory
```bash
cd v44-tier3-team-43
```3. Install npm dependencies
```bash
npm i
```4. Copy .env.example to .env.local and update the variables
## 💻 Usage
- Start the development server
```bash
npm run dev
```- Create a production build
```bash
npm run build
```- Start the production server
```bash
npm start
```## 🔑 License
This project is licensed under the [MIT License](https://github.com/chingu-voyages/v44-tier3-team-43/blob/main/LICENSE.md).