Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        





app banner



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).