{"id":28615774,"url":"https://github.com/davutbayik/flask-data-science-quiz","last_synced_at":"2026-04-29T09:06:17.788Z","repository":{"id":278487493,"uuid":"935422295","full_name":"davutbayik/flask-data-science-quiz","owner":"davutbayik","description":"Data Science Quiz Using Python-Flask","archived":false,"fork":false,"pushed_at":"2025-05-26T00:35:04.000Z","size":92,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-12T02:09:57.359Z","etag":null,"topics":["data-science","flask","flask-application","flask-sqlalchemy","html-css","python","quiz-application"],"latest_commit_sha":null,"homepage":"https://davutbayik.pythonanywhere.com/","language":"HTML","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/davutbayik.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-02-19T12:21:44.000Z","updated_at":"2025-05-26T00:35:08.000Z","dependencies_parsed_at":"2025-04-13T17:19:45.279Z","dependency_job_id":"bc87091b-c956-44e4-97a5-c7ae439dd9df","html_url":"https://github.com/davutbayik/flask-data-science-quiz","commit_stats":null,"previous_names":["davutbayik/kodland-python-pro-codes"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/davutbayik/flask-data-science-quiz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davutbayik%2Fflask-data-science-quiz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davutbayik%2Fflask-data-science-quiz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davutbayik%2Fflask-data-science-quiz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davutbayik%2Fflask-data-science-quiz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davutbayik","download_url":"https://codeload.github.com/davutbayik/flask-data-science-quiz/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davutbayik%2Fflask-data-science-quiz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32418206,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"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":["data-science","flask","flask-application","flask-sqlalchemy","html-css","python","quiz-application"],"created_at":"2025-06-12T02:09:50.668Z","updated_at":"2026-04-29T09:06:17.761Z","avatar_url":"https://github.com/davutbayik.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Science Quiz Web App\n\n![Python](https://img.shields.io/badge/Python-3.9%2B-blue.svg)\n![Flask](https://img.shields.io/badge/Flask-2.x-lightgrey.svg)\n![License](https://img.shields.io/badge/license-MIT-green.svg)\n![Made with love](https://img.shields.io/badge/Made%20with-%E2%9D%A4-red)\n\nA multi-page web application built with Flask that challenges users with 5 questions covering Data Science and Artificial Intelligence. The app tracks personal and global high scores using SQLAlchemy.\n\n👉 [Live App](https://davutbayik.pythonanywhere.com/)\n\n---\n\n## ✨ Features\n\n- 🧠 **5 curated questions** on Data Science and AI.\n- 🧩 **Multi-page quiz flow** with intuitive navigation.\n- 🏆 **Score tracking**: personal and global high scores stored in a database.\n- 💡 **Flask backend** with SQLAlchemy for ORM.\n- 🎨 **Responsive UI** with HTML/CSS.\n- 📊 **Real-time feedback** after each question.\n\n---\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Python 3.9 or higher\n- pip (Python package installer)\n\n### Installation\n\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/davutbayik/flask-data-science-quiz.git\n   cd flask-data-science-quiz\n\n2. **Create and activate a virtual environment (Optional-Recommended)**:\n   ```bash\n   python -m venv .venv\n   source .venv/bin/activate  # On Windows: .venv\\Scripts\\activate\n\n3. **Install the required packages**:\n   ```bash\n   pip install -r requirements.txt\n\n4. **Run the application**:\n   ```bash\n   python app.py\n\n5. **Access the app**:\nOpen your browser and navigate to ```http://127.0.0.1:5000/```\n\n## 🧪 Technologies Used\n\n- **Python 3.9+** – Core programming language used.\n- **Flask** – Lightweight web framework for building the backend.\n- **SQLAlchemy** – ORM (Object Relational Mapper) for database interactions.\n- **HTML5** – Markup language for structuring the web pages.\n- **CSS3** – Styling for the frontend interface.\n- **Jinja2** – Template engine integrated with Flask for dynamic HTML rendering.\n- **PythonAnywhere** – Platform used for deploying the web app.\n\n## 🎥 Example Demo\n\n\nhttps://github.com/user-attachments/assets/34359403-3bfd-4c0f-a914-4dd7358e8020\n\n\n## 🤝 Contributing\n\nContributions are welcome and appreciated! If you’d like to improve this project, here’s how you can help:\n\n- 🐞 Report bugs or issues.\n- 🌟 Suggest new features or improvements.\n- 🔀 Fork the repo, make your changes, and submit a pull request.\n\nPlease make sure your code follows best practices and includes proper documentation where necessary.\n\n## 📄 License\n\nThis project is licensed under the terms of the [MIT License](LICENSE).  \nYou are free to use, modify, and distribute this software as long as you include the original license.\n\n## 📬 Contact\n\nMade with ❤️ by [Davut Bayık](https://github.com/davutbayik) — feel free to reach out via GitHub for questions, feedback, or collaboration ideas.\n\n---\n\n⭐ If you found this project helpful, consider giving it a star!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavutbayik%2Fflask-data-science-quiz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavutbayik%2Fflask-data-science-quiz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavutbayik%2Fflask-data-science-quiz/lists"}