{"id":28330716,"url":"https://github.com/k0msenapati/would-you-rather","last_synced_at":"2026-01-27T01:33:46.583Z","repository":{"id":293471850,"uuid":"984150431","full_name":"k0msenapati/would-you-rather","owner":"k0msenapati","description":"A fun web app where you create and vote on \"Would You Rather\" questions.","archived":false,"fork":false,"pushed_at":"2025-05-15T13:46:19.000Z","size":27,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-13T12:15:57.469Z","etag":null,"topics":["flask","html","python","sqlite","tailwind"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/k0msenapati.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-05-15T13:25:40.000Z","updated_at":"2025-06-01T16:15:05.000Z","dependencies_parsed_at":"2025-05-15T14:34:19.028Z","dependency_job_id":"1c13cca1-273e-495b-8ae3-9d7215ae0cb9","html_url":"https://github.com/k0msenapati/would-you-rather","commit_stats":null,"previous_names":["k0msenapati/would-you-rather"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/k0msenapati/would-you-rather","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k0msenapati%2Fwould-you-rather","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k0msenapati%2Fwould-you-rather/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k0msenapati%2Fwould-you-rather/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k0msenapati%2Fwould-you-rather/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/k0msenapati","download_url":"https://codeload.github.com/k0msenapati/would-you-rather/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k0msenapati%2Fwould-you-rather/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28795468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T01:07:07.743Z","status":"ssl_error","status_checked_at":"2026-01-27T01:07:06.974Z","response_time":59,"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":["flask","html","python","sqlite","tailwind"],"created_at":"2025-05-26T17:17:06.737Z","updated_at":"2026-01-27T01:33:46.575Z","avatar_url":"https://github.com/k0msenapati.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e📝 Would You Rather 📝\u003c/h1\u003e\n\u003ch2 align=\"center\"\u003eCreate and Vote on Engaging Dilemmas\u003c/h2\u003e\n\n\u003e [!NOTE]\n\u003e \n\u003e Would You Rather is an interactive web application that allows users to create, share, and vote on \"Would You Rather\" questions. Users can sign up, create their own dilemmas, vote on others' questions, and track statistics on their profile. Built with Flask, SQLAlchemy, and styled with Tailwind CSS, this application provides a fun and engaging way to explore hypothetical choices.\n\n## 🌟 Features\n\n\u003e **Would You Rather** features intro:\n\n- **User Authentication** – Secure signup and login system with personalized user profiles\n- **Create Questions** – Easily create your own \"Would You Rather\" dilemmas with option A and B\n- **Vote System** – Cast your vote on questions and see real-time statistics\n- **Categories** – Organize questions with custom categories for better discovery\n- **User Profiles** – View your activity, statistics, and voting preferences\n- **Responsive Design** – Beautiful, modern UI that works on all devices\n\n## 💻 Installation\n\n\u003e You can set up **Would You Rather** with these commands:\n\n###### terminal\n\n```bash\n# Clone the repository\ngit clone https://github.com/k0msenapati/would-you-rather\ncd would-you-rather\n\n# Create and activate a virtual environment\npython -m venv .venv\nsource .venv/bin/activate  # On Windows, use .venv\\Scripts\\activate\n\n# Install dependencies\npip install -r requirements.txt\n\n# Set up the database\nflask db init\nflask db migrate\nflask db upgrade\n\n# Run the application\npython run.py\n```\n\n## 🚀 Getting Started\n\nAfter installation, follow these steps to get started:\n\n1. **Access the Application**\n   - Open your browser and navigate to `http://localhost:5000`\n\n2. **Create an Account**\n   - Click on \"Sign Up\" to create a new account\n   - Fill in your name, username, email, and password\n\n3. **Create Your First Question**\n   - After logging in, click on \"Create New Question\" button\n   - Enter two options for your \"Would You Rather\" question\n   - Add optional categories to help organize your question\n\n4. **Vote and Explore**\n   - Browse questions on the dashboard\n   - Vote on questions by selecting your preferred option\n   - View statistics and results for each question\n\n## Demo\n\n\n\nhttps://github.com/user-attachments/assets/38280905-b22a-4650-801b-a639883624f1\n\n\n\n---\n\n## 👤 Author\n\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n        \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/k0msenapati\"\u003e\u003cimg src=\"https://github.com/k0msenapati.png?s=100\" width=\"130px;\" alt=\"k0msenapati\"/\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/k0msenapati\"\u003ch4\u003e\u003cb\u003eK Om Senapati\u003c/b\u003e\u003c/h3\u003e\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n---\n\n\u003ch2 align=\"center\"\u003e📄 License\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cstrong\u003eWould You Rather\u003c/strong\u003e is licensed under the \u003ccode\u003eUnlicense\u003c/code\u003e License. See the \u003ca href=\"https://github.com/k0msenapati/would-you-rather/blob/main/LICENSE\"\u003eLICENSE\u003c/a\u003e file for more details.\n\u003c/p\u003e\n\n---\n\n\u003cp align=\"center\"\u003e\n    \u003cstrong\u003e🌟 If you find this project helpful, please give it a star on GitHub! 🌟\u003c/strong\u003e\n\u003c/p\u003e\n\n# Thanks to Pheonix Coder for the [starter template](https://github.com/pheonix-coder/flask-minimal-template)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk0msenapati%2Fwould-you-rather","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk0msenapati%2Fwould-you-rather","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk0msenapati%2Fwould-you-rather/lists"}