Quiz-English is your one-stop shop for trivia and quizzes that are smarter than your average brainteaser. Our AI curates questions from the real world, pulling from news , videos , blog posts ️, articles , podcasts , and more!
Whether you're a history buff , a science geek , or just love learning new stuff , Quiz-English has something to challenge your mind and keep you entertained! ✨
English learners, built this by English learners, for YOU! Quiz-English was born from the real struggles we faced learning English. We wanted a fun and engaging way to practice all your skills, especially reading and comprehension. That's why we created quizzes based on interesting topics you'll actually care about, like news, videos, and more!
Install one of the components from your command line.
npm install
Copy .env.example to .env and fill the variables
DATABASE_URL="postgresql://docker:docker@localhost:5432/project?schema=public"
OPENAI_API_KEY=
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
You will need to have keys for all these tools listed above, but, you can do it for free.
I strong suggest to run docker locally. By executing the command you can use the exacly DATABASE_URL set before.
docker-compose up -d
and with the database up, you need to run the migrations
yarn prisma migrate dev
- Henrique Weiand (@hweiand)
MIT License