https://github.com/maran1947/quizspot
QuizSpot AI is an AI-powered quiz web app.
https://github.com/maran1947/quizspot
gemini-api nextjs-application quiz-web-app
Last synced: over 1 year ago
JSON representation
QuizSpot AI is an AI-powered quiz web app.
- Host: GitHub
- URL: https://github.com/maran1947/quizspot
- Owner: Maran1947
- Created: 2024-10-02T19:24:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-19T18:50:34.000Z (over 1 year ago)
- Last Synced: 2025-01-20T23:14:00.685Z (over 1 year ago)
- Topics: gemini-api, nextjs-application, quiz-web-app
- Language: TypeScript
- Homepage: https://quizspot.vercel.app
- Size: 5.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QuizSpot AI
An AI powered quiz web app.
## Screenshots

## 🏗 Setup
Follow the below steps to setup this repo locally.
1. Fork and clone the repo.
2. Install dependencies.
```
npm i
```
3. Create a .env file and paste the below variables with their values.
```
AUTH_SECRET=
MONGODB_URI=
GEMINI_API_KEY=
```
4. Run the server
```
npm run dev
```
## Attributions