{"id":22449045,"url":"https://github.com/deepak94799/quiz-app","last_synced_at":"2026-04-27T12:02:46.209Z","repository":{"id":266248205,"uuid":"897801246","full_name":"Deepak94799/Quiz-App","owner":"Deepak94799","description":"The Quiz App is a dynamic web-based platform built with Django that enables users to participate in engaging multiple-choice quizzes. It provides real-time performance tracking, including total questions attempted, correct answers, and percentage scores.","archived":false,"fork":false,"pushed_at":"2024-12-03T09:51:39.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T12:14:25.299Z","etag":null,"topics":["data-analytics","django","django-rest-framework","html-css-javascript","python3","quizapp","sql"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Deepak94799.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-12-03T09:08:56.000Z","updated_at":"2024-12-03T09:54:57.000Z","dependencies_parsed_at":"2024-12-03T10:33:18.469Z","dependency_job_id":"8d218173-07ce-44da-beb5-6837f762684a","html_url":"https://github.com/Deepak94799/Quiz-App","commit_stats":null,"previous_names":["deepak94799/quiz-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Deepak94799/Quiz-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deepak94799%2FQuiz-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deepak94799%2FQuiz-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deepak94799%2FQuiz-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deepak94799%2FQuiz-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Deepak94799","download_url":"https://codeload.github.com/Deepak94799/Quiz-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deepak94799%2FQuiz-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32335297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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":["data-analytics","django","django-rest-framework","html-css-javascript","python3","quizapp","sql"],"created_at":"2024-12-06T05:07:27.529Z","updated_at":"2026-04-27T12:02:46.190Z","avatar_url":"https://github.com/Deepak94799.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **Quiz App**\n\n## **About the APP**\n\nThe **Quiz App** is a web-based application built using the Django framework. It allows users to:\n- Answer multiple-choice questions (MCQs).\n- Track their performance, including the total number of questions attempted, correct answers, and percentage scores.\n- Get instant feedback after submitting answers, with options to take more questions or end the quiz.\n\nThis project is ideal for anyone looking to practice Python concepts through quizzes or as a learning tool to understand Django development.\n\n---\n\n## **How to Run the Project?**\n\n### **Prerequisites**\nTo run this project, ensure the following are installed:\n1. Python (3.8 or above)\n2. pip (Python package manager)\n3. A virtual environment tool (optional but recommended)\n\n### **Steps to Run the Project**\n1. **Clone the Repository**:\n```bash\n   git clone https://github.com/\u003cyour-username\u003e/quiz-app.git\n   cd quiz-app\n```\n2. **Set Up a Virtual Environment (Optional but Recommended)**:\n\n```bash\npython3 -m venv env\nsource env/bin/activate  # On Windows: env\\\\Scripts\\\\activate\n```\n\n3. **Install Dependencies: Install all required packages listed in requirements.txt**:\n```bash\npip install -r requirements.txt\n```\n\n4. **Run Migrations: Apply database migrations to set up the SQLite database**:\n```bash\npython manage.py migrate\n```\n\n5. **Collect Static Files: Collect all static files into a single directory for serving**:\n```bash\npython manage.py collectstatic\n```\n\n6. **Create a Superuser: Create an admin account to access the Django admin panel**:\n```bash\npython manage.py createsuperuser\n\n```\n\n7. **Run the Development Server: Start the Django development server**:\n```bash\npython manage.py runserver\n\n```\n\n8. **Access the App: Open your browser and go to**:\n```bash\nhttp://127.0.0.1:8000/\nUse http://127.0.0.1:8000/admin/ to manage questions via the admin panel.\n```\n\n## License\nThis project is licensed under the MIT License. Feel free to use, modify, and distribute this project as long as the original license is included.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepak94799%2Fquiz-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepak94799%2Fquiz-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepak94799%2Fquiz-app/lists"}