{"id":51061806,"url":"https://github.com/mtnzorlu/quiz-content-builder","last_synced_at":"2026-06-23T03:01:02.738Z","repository":{"id":347825341,"uuid":"1195389117","full_name":"mtnzorlu/Quiz-Content-Builder","owner":"mtnzorlu","description":"Structured JSON quiz data builder for developers","archived":false,"fork":false,"pushed_at":"2026-03-29T16:33:29.000Z","size":166,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-29T18:55:39.243Z","etag":null,"topics":["builder","data","education","json","vue"],"latest_commit_sha":null,"homepage":"https://mtnzorlu.github.io/Quiz-Content-Builder/","language":"Vue","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/mtnzorlu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-29T16:03:46.000Z","updated_at":"2026-03-29T16:35:44.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mtnzorlu/Quiz-Content-Builder","commit_stats":null,"previous_names":["mtnzorlu/quiz-content-builder"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/mtnzorlu/Quiz-Content-Builder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtnzorlu%2FQuiz-Content-Builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtnzorlu%2FQuiz-Content-Builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtnzorlu%2FQuiz-Content-Builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtnzorlu%2FQuiz-Content-Builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mtnzorlu","download_url":"https://codeload.github.com/mtnzorlu/Quiz-Content-Builder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtnzorlu%2FQuiz-Content-Builder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34673437,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["builder","data","education","json","vue"],"created_at":"2026-06-23T03:00:57.909Z","updated_at":"2026-06-23T03:01:02.729Z","avatar_url":"https://github.com/mtnzorlu.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quiz \u0026 Learning Content Builder\n\nKendi eğitim setinizi oluşturmak ve JSON formatında dışa aktarmak için modern bir araç.  \nBu araç, eğitim uygulamaları geliştirenler için içerik altyapısı sağlar ve farklı eğitim programlarında tekrar kullanılabilir.\n\n![Screenshoot](/src/assets/Screenshot.png)\n\n---\n\n## Özellikler\n\n- 📝 Soru-cevap içerikleri oluşturma\n- 📁 Çoklu proje yönetimi\n- 💾 LocalStorage ile otomatik kayıt\n- 📤 JSON export (standart format)\n- 🎨 Modern ve responsive tasarım\n- 🔄 Tekrar kullanılabilir içerik altyapısı\n- ⚡ Hızlı ve sezgisel kullanıcı deneyimi\n\n---\n\n## Neden Bu Proje?\n\nEğitim setleri hazırlamak genellikle manuel ve zaman alıcı bir süreçtir.  \nBu araç, bu süreci basitleştirir, standart JSON formatıyla içerikleri dışa aktarmanızı sağlar ve kendi uygulamalarınızda veya projelerinizde tekrar kullanılabilecek bir altyapı sunar.\n\n---\n\n## Kurulum\n\n```bash\n# Bağımlılıkları yükle\nnpm install\n\n# Geliştirme sunucusunu başlat\nnpm run dev\n\n# Production build\nnpm run build\n```\n\n## Kullanım\n\n1. Yeni bir proje oluşturun\n2. Soru ve cevaplarınızı ekleyin\n3. JSON olarak export edin\n4. Export edilen JSON'u kendi uygulamalarınızda kullanın\n\n## Teknolojiler\n\n- Vue 3 (Composition API)\n- Vite\n- Tailwind CSS\n- LocalStorage\n\n## JSON Formatı\n\nExport edilen JSON standart bir yapıya sahiptir:\n\n```json\n{\n  \"meta\": {\n    \"title\": \"Proje Başlığı\",\n    \"description\": \"Açıklama\",\n    \"totalQuestions\": 10\n  },\n  \"questions\": [\n    {\n      \"id\": 1,\n      \"question\": \"Soru metni\",\n      \"answer\": \"Cevap metni\",\n      \"category\": \"Kategori\",\n      \"difficulty\": \"easy\"\n    }\n  ]\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtnzorlu%2Fquiz-content-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmtnzorlu%2Fquiz-content-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtnzorlu%2Fquiz-content-builder/lists"}