{"id":17965811,"url":"https://github.com/grenkoff/guess-wrong","last_synced_at":"2026-02-13T22:16:08.846Z","repository":{"id":259790224,"uuid":"879433721","full_name":"grenkoff/guess-wrong","owner":"grenkoff","description":"Web application training game for learning foreign words","archived":false,"fork":false,"pushed_at":"2024-12-22T10:48:45.000Z","size":3485,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T22:41:36.784Z","etag":null,"topics":["bootstrap","django","postgresql","python"],"latest_commit_sha":null,"homepage":"https://guesswrong.com","language":"JavaScript","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/grenkoff.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}},"created_at":"2024-10-27T22:08:24.000Z","updated_at":"2024-12-22T10:48:49.000Z","dependencies_parsed_at":"2024-11-29T19:30:06.897Z","dependency_job_id":"5fb8c469-3d1f-46cf-a26f-482faa491f31","html_url":"https://github.com/grenkoff/guess-wrong","commit_stats":{"total_commits":18,"total_committers":1,"mean_commits":18.0,"dds":0.0,"last_synced_commit":"49ee82973651e691b31cd136affddd513d28a551"},"previous_names":["grenkoff/guess-wrong"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grenkoff%2Fguess-wrong","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grenkoff%2Fguess-wrong/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grenkoff%2Fguess-wrong/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grenkoff%2Fguess-wrong/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grenkoff","download_url":"https://codeload.github.com/grenkoff/guess-wrong/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252546980,"owners_count":21765888,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bootstrap","django","postgresql","python"],"created_at":"2024-10-29T13:05:35.821Z","updated_at":"2026-02-13T22:16:08.779Z","avatar_url":"https://github.com/grenkoff.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project `guess-wrong`\n\nA web application designed to help users learn foreign words through a fun and engaging quiz game. The game identifies the words users are unfamiliar with and helps them improve their vocabulary over time.\n\n## Features\n\n- **Interactive Quiz Game**: Test your knowledge of foreign words and track your progress.\n- **Personalized Learning**: The system identifies and highlights words the user does not know.\n- **User-friendly Interface**: Powered by Bootstrap for a modern and responsive design.\n- **RESTful API**: Built with Django Rest Framework (DRF) for seamless integration and scalability.\n\n## Technologies Used\n\n- **Backend**: Python, Django, Django Rest Framework (DRF)\n- **Frontend**: Bootstrap\n- **Database**: PostgreSQL\n- **Deployment**: Railway.app\n\n## Installation\n\n### Prerequisites\n\n- Python 3.10 or later\n- PostgreSQL\n- Railway account (optional, for deployment)\n\n### Steps\n\n1. **Clone the Repository**:\n\n   ```bash\n   git clone https://github.com/grenkoff/guess-wrong.git\n   cd guess-wrong\n   ```\n\n2. **Set Up Virtual Environment**:\n\n   ```bash\n   python -m venv .venv\n   source .venv/bin/activate   # On Windows: venv\\Scripts\\activate\n   ```\n\n3. **Install Dependencies**:\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. **Configure Environment Variables**:\n   Create a `.env` file in the project root with the following variables:\n\n   ```env\n   SECRET_KEY=your_secret_key\n   DEBUG=True\n   DATABASE_URL=postgres://user:password@localhost:5432/yourdatabase\n   ```\n\n5. **Apply Migrations**:\n\n   ```bash\n   python manage.py migrate\n   ```\n\n6. **Run the Server**:\n\n   ```bash\n   python manage.py runserver\n   ```\n\n   The application will be available at `http://127.0.0.1:8000`.\n\n## Deployment\n\n### Railway.app Deployment\n\n1. **Sign Up/Log In**:\n   Create an account or log in to [Railway.app](https://railway.app).\n\n2. **Create a New Project**:\n\n   - Link your GitHub repository.\n   - Add environment variables in the Railway dashboard (e.g., `SECRET_KEY`, `DATABASE_URL`).\n\n3. **Deploy**:\n   Railway will automatically build and deploy your project.\n\n## Usage\n\n- Visit the homepage to start the quiz.\n- Answer the questions to test your vocabulary.\n- View your progress and focus on improving the words you struggle with.\n\n## Contributing\n\n1. Fork the repository.\n2. Create a new branch:\n   ```bash\n   git checkout -b feature-name\n   ```\n3. Make your changes and commit them:\n   ```bash\n   git commit -m \"Add feature-name\"\n   ```\n4. Push the changes:\n   ```bash\n   git push origin feature-name\n   ```\n5. Open a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- [Django](https://www.djangoproject.com/)\n- [Bootstrap](https://getbootstrap.com/)\n- [Railway](https://railway.app/)\n- [PostgreSQL](https://www.postgresql.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrenkoff%2Fguess-wrong","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrenkoff%2Fguess-wrong","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrenkoff%2Fguess-wrong/lists"}