Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 6 hours 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 (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-19T14:47:04.000Z (about 1 month ago)
- Last Synced: 2024-10-19T14:53:55.432Z (about 1 month ago)
- Topics: gemini-api, nextjs-application, quiz-web-app
- Language: TypeScript
- Homepage: https://quizspot.vercel.app
- Size: 5.6 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
![quiz_dashboard_ui](https://github.com/user-attachments/assets/dc92a11d-d7a7-436d-b4dc-f4c847a4e616)## 🏗 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