{"id":20189691,"url":"https://github.com/henriqueweiand/quiz-english","last_synced_at":"2026-04-05T23:02:14.314Z","repository":{"id":223007618,"uuid":"728853433","full_name":"henriqueweiand/quiz-english","owner":"henriqueweiand","description":"Unleash your inner brainiac with Quiz-English!  Our clever AI gathers real-world knowledge from news, videos, podcasts, and more, crafting quizzes that challenge and intrigue history buffs, science geeks, and anyone who loves learning something new.","archived":false,"fork":false,"pushed_at":"2025-03-22T17:58:55.000Z","size":481,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T18:39:16.748Z","etag":null,"topics":["neondb","nextjs","openai","postgresql","shadcn-ui","trivia-quiz-game"],"latest_commit_sha":null,"homepage":"https://quiz-english.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/henriqueweiand.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-07T20:54:50.000Z","updated_at":"2025-03-22T17:58:59.000Z","dependencies_parsed_at":"2024-11-14T03:41:17.260Z","dependency_job_id":"16878103-8124-4e41-877d-22dbb7956893","html_url":"https://github.com/henriqueweiand/quiz-english","commit_stats":null,"previous_names":["henriqueweiand/quiz-english"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/henriqueweiand/quiz-english","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henriqueweiand%2Fquiz-english","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henriqueweiand%2Fquiz-english/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henriqueweiand%2Fquiz-english/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henriqueweiand%2Fquiz-english/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/henriqueweiand","download_url":"https://codeload.github.com/henriqueweiand/quiz-english/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henriqueweiand%2Fquiz-english/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31452901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["neondb","nextjs","openai","postgresql","shadcn-ui","trivia-quiz-game"],"created_at":"2024-11-14T03:38:30.846Z","updated_at":"2026-04-05T23:02:14.271Z","avatar_url":"https://github.com/henriqueweiand.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Quiz English cover](https://quiz-english.app/quiz-english.png)\n\n\u003cdiv align=\"center\"\u003e\u003cstrong\u003eQuiz-English\u003c/strong\u003e\u003c/div\u003e\n\u003cdiv align=\"center\"\u003eElevate Your English on the way to Fluency!.\u003c/div\u003e\n\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://quiz-english.app/\"\u003eWebsite\u003c/a\u003e \n\u003cspan\u003e · \u003c/span\u003e\n\u003ca href=\"https://github.com/henriqueweiand/quiz-english\"\u003eGitHub\u003c/a\u003e \n\u003c/div\u003e\n\n## Introduction\n\nQuiz-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!\n\nWhether 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! ✨\n\n#### Ready to join the fun? Head over to Quiz-English now and see what awaits!\n\n## Why\n\nEnglish 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!\n\n## Local set up\n\nInstall one of the components from your command line.\n\n#### Install dependencies\n\n```sh\nnpm install\n```\n\n#### With npm\n\nCopy .env.example to .env and fill the variables\n\n```sh\nDATABASE_URL=\"postgresql://docker:docker@localhost:5432/project?schema=public\"\nOPENAI_API_KEY=\nNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=\nCLERK_SECRET_KEY=\n```\n\nYou will need to have keys for all these tools listed above, but, you can do it for free.\n\n#### Running docker\n\nI strong suggest to run docker locally. By executing the command you can use the exacly DATABASE_URL set before.\n\n```sh\ndocker-compose up -d\n```\n\nand with the database up, you need to run the migrations\n\n```sh\nyarn prisma migrate dev\n```\n\n## Contributing\n\n- [Contribution Guide](https://github.com/henriqueweiand/quiz-english/blob/main/CONTRIBUTING.md)\n\n## Authors\n\n- Henrique Weiand ([@hweiand](https://github.com/henriqueweiand))\n\n## License\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhenriqueweiand%2Fquiz-english","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhenriqueweiand%2Fquiz-english","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhenriqueweiand%2Fquiz-english/lists"}