{"id":29953727,"url":"https://github.com/bocaletto-luca/quizcreatorplayer","last_synced_at":"2026-02-10T04:33:20.249Z","repository":{"id":305547588,"uuid":"1023172796","full_name":"bocaletto-luca/QuizCreatorPlayer","owner":"bocaletto-luca","description":"Quiz Creator \u0026 Player  A modern, responsive single-page web app for building, managing, and taking quizzes entirely in the browser. Create, edit, and delete questions and options, mark correct answers, import/export your quizzes as JSON, save locally, and print quizzes for offline use no external dependencies or build steps required @bocaletto-luca","archived":false,"fork":false,"pushed_at":"2025-07-20T17:19:48.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-03T15:21:50.455Z","etag":null,"topics":["bocaletto-luca","html-css-javascript","import-export","opensource","quiz","quiz-creator","quiz-player","webapp"],"latest_commit_sha":null,"homepage":"https://bocaletto-luca.github.io/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bocaletto-luca.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-07-20T17:17:50.000Z","updated_at":"2025-07-20T17:23:26.000Z","dependencies_parsed_at":"2025-07-20T19:26:40.587Z","dependency_job_id":null,"html_url":"https://github.com/bocaletto-luca/QuizCreatorPlayer","commit_stats":null,"previous_names":["bocaletto-luca/quizcreatorplayer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bocaletto-luca/QuizCreatorPlayer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2FQuizCreatorPlayer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2FQuizCreatorPlayer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2FQuizCreatorPlayer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2FQuizCreatorPlayer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bocaletto-luca","download_url":"https://codeload.github.com/bocaletto-luca/QuizCreatorPlayer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2FQuizCreatorPlayer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29290991,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T03:42:42.660Z","status":"ssl_error","status_checked_at":"2026-02-10T03:42:41.897Z","response_time":65,"last_error":"SSL_read: 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":["bocaletto-luca","html-css-javascript","import-export","opensource","quiz","quiz-creator","quiz-player","webapp"],"created_at":"2025-08-03T15:10:57.248Z","updated_at":"2026-02-10T04:33:20.232Z","avatar_url":"https://github.com/bocaletto-luca.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quiz Creator \u0026 Player\n\nA modern, responsive single-page web app for building, managing, and taking quizzes entirely in the browser. Create, edit, and delete questions and options, mark correct answers, import/export your quizzes as JSON, save locally, and print quizzes for offline use—no external dependencies or build steps required.\n\n---\n\n## 🔗 Live Demo\n\n[View the live demo on GitHub Pages](https://bocaletto-luca.github.io/QuizCreatorPlayer/index.html)\n\n---\n\n## 🚀 Features\n\n- **Fully Featured Quiz Editor**  \n  - Add, edit, and delete questions  \n  - Create multiple choice options per question  \n  - Mark one option as the correct answer  \n  - Reorder, remove, or modify any element at any time\n\n- **Real-Time Preview \u0026 Print**  \n  - Print-ready layout hides UI controls automatically  \n  - Instantly preview your quiz in printable form\n\n- **Play Mode**  \n  - Seamlessly switch from editor to player  \n  - Navigate questions with Next/Previous buttons or keyboard  \n  - Submit answers and see your score at the end\n\n- **Local Persistence**  \n  - Save your current quiz to LocalStorage with one click  \n  - Data persists across sessions without any server\n\n- **Import / Export JSON**  \n  - Export your quiz data as a JSON file for sharing or backup  \n  - Import any properly formatted quiz JSON to continue editing or playing\n\n- **Responsive \u0026 Accessible**  \n  - Mobile-first layout using CSS Grid \u0026 Flexbox  \n  - Semantic HTML, ARIA labels, and keyboard support  \n\n- **Zero Dependencies**  \n  - Pure HTML5, CSS3 (Custom Properties), and vanilla JavaScript (ES6+)  \n  - No frameworks, libraries, or build tools required\n\n---\n\n## 🛠️ Getting Started\n\n### Prerequisites\n\n- A modern web browser (Chrome, Firefox, Safari, Edge).\n\n### Installation\n\n1. **Clone the repository**  \n   ```bash\n   git clone https://github.com/bocaletto-luca/QuizCreatorPlayer.git\n   ```\n2. **Open in browser**  \n   - Navigate into the project folder  \n   - Open `index.html` in your favorite browser  \n\nThat’s it—no build or install steps required.\n\n---\n\n## 🎯 Usage\n\n1. **Editor Tab**  \n   - Click **Editor** in the header to build your quiz  \n   - Enter a quiz title, then add questions with the **+ Add Question** button  \n   - For each question:  \n     - Type the question text  \n     - Add options, type each option, and select the correct answer  \n     - Remove questions or options with the “×” buttons  \n\n2. **Save \u0026 Print**  \n   - Click **Save Locally** to store your progress in LocalStorage  \n   - Click **Export JSON** to download your quiz data  \n   - Click **Import JSON** to load a previously exported quiz  \n   - Click **Print Quiz** to open a print-friendly view  \n\n3. **Play Tab**  \n   - Click **Play** in the header to switch to quiz mode  \n   - Navigate questions with **Next** and **Previous**  \n   - Select your answers and click **Submit** on the last question  \n   - View your score immediately  \n\n---\n\n## 🧰 Built With\n\n- **HTML5** \u0026 **CSS3** (Grid, Flexbox, Custom Properties)  \n- **Vanilla JavaScript** (ES6+)  \n- **LocalStorage** for data persistence  \n\n---\n\n## 🤝 Contributing\n\nContributions and feedback are welcome!\n\n1. Fork the repo  \n2. Create a feature branch:  \n   ```bash\n   git checkout -b feature/YourFeature\n   ```\n3. Commit your changes:  \n   ```bash\n   git commit -m \"Add awesome feature\"\n   ```\n4. Push to your fork:  \n   ```bash\n   git push origin feature/YourFeature\n   ```\n5. Open a Pull Request on GitHub  \n\n---\n\n## 📄 License\n\nThis project is licensed under the [GNU GPLv3 License](https://www.gnu.org/licenses/gpl-3.0.en.html).\n\n---\n\n## 👤 Author\n\n**Bocaletto Luca**  \n- GitHub: [@bocaletto-luca](https://github.com/bocaletto-luca)  \n- Live Demo: https://bocaletto-luca.github.io/QuizCreatorPlayer/index.html\n\nFeel free to star ⭐ the repository if you find it useful!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbocaletto-luca%2Fquizcreatorplayer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbocaletto-luca%2Fquizcreatorplayer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbocaletto-luca%2Fquizcreatorplayer/lists"}