{"id":26636001,"url":"https://github.com/andreagriffiths11/we-coded","last_synced_at":"2025-08-21T14:09:42.089Z","repository":{"id":281798324,"uuid":"946267804","full_name":"AndreaGriffiths11/we-coded","owner":"AndreaGriffiths11","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-16T17:27:52.000Z","size":275,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-12T23:53:46.376Z","etag":null,"topics":["copilot-enabled","dev","git","github"],"latest_commit_sha":null,"homepage":"https://andreagriffiths11.github.io/we-coded/","language":"TypeScript","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/AndreaGriffiths11.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-03-10T21:56:03.000Z","updated_at":"2025-04-16T17:27:51.000Z","dependencies_parsed_at":"2025-03-11T08:05:22.334Z","dependency_job_id":"6ecc7b81-5d9a-4dcb-97a1-aa439fee23b3","html_url":"https://github.com/AndreaGriffiths11/we-coded","commit_stats":null,"previous_names":["andreagriffiths11/we-coded"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AndreaGriffiths11/we-coded","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreaGriffiths11%2Fwe-coded","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreaGriffiths11%2Fwe-coded/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreaGriffiths11%2Fwe-coded/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreaGriffiths11%2Fwe-coded/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndreaGriffiths11","download_url":"https://codeload.github.com/AndreaGriffiths11/we-coded/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreaGriffiths11%2Fwe-coded/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271493232,"owners_count":24769117,"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","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"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":["copilot-enabled","dev","git","github"],"created_at":"2025-03-24T16:16:00.226Z","updated_at":"2025-08-21T14:09:42.078Z","avatar_url":"https://github.com/AndreaGriffiths11.png","language":"TypeScript","readme":"# WeCoded Game\n\nA gamified interactive experience celebrating diversity in tech through storytelling and engagement with real tech journey stories from the DEV.to community.\n\n![WeCoded Game Banner](public/wecoded.svg)\n\n## 🎮 Features\n\n- **Interactive Story Cards**: Browse through authentic tech journey stories from diverse backgrounds\n- **Mini-Game**: Engage with an interactive element demonstrating diversity concepts\n- **Progress Tracking**: Track your journey through different stories and contributions\n- **Accessibility First**: Full support for various accessibility needs including high contrast mode and reduced motion\n- **Real-time Updates**: Fresh content pulled from DEV.to's #wecoded tag\n\n## 🛠️ Tech Stack\n\n- Next.js 15 with App Router\n- TypeScript\n- CSS Modules with CSS Variables\n- Geist Font Family\n- Jest \u0026 React Testing Library\n\n## 🚀 Getting Started\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/yourusername/wecoded-game.git\ncd wecoded-game\n```\n\n2. Install dependencies:\n```bash\nnpm install\n```\n\n3. Run the development server:\n```bash\nnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) to see the game in action!\n\n## 📖 Project Structure\n\n```\napp/              # Next.js app directory\n├── api/          # API routes\n├── globals.css   # Global styles\ncomponents/       # React components\nhooks/            # Custom React hooks\npublic/          # Static assets\ntypes/           # TypeScript definitions\n```\n\n## 🎨 Design System\n\n- Follows atomic design principles\n- Uses CSS variables for theming\n- Supports light/dark modes\n- Implements WCAG 2.1 AA standards\n\n## ♿ Accessibility Features\n\n- High contrast mode\n- Reduced motion preferences\n- Large text options\n- Screen reader optimized\n- Keyboard navigation support\n\n## 🧪 Testing\n\nRun the test suite:\n```bash\nnpm test\n```\n\nWe use:\n- Jest for unit testing\n- React Testing Library for component testing\n- Integration tests for game mechanics\n\n## 📝 Development Guidelines\n\n- Use TypeScript for all new components\n- Follow atomic design principles\n- Add JSDoc comments for functions and components\n- Ensure accessibility compliance\n- Test new features thoroughly\n\n## 🚀 Deployment\n\nThe game is automatically deployed to GitHub Pages on main branch updates. The deployment workflow is handled by GitHub Actions.\n\nTo build for production:\n```bash\nnpm run build\n```\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create your feature branch\n3. Follow our development guidelines\n4. Ensure tests pass\n5. Submit a pull request\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n---\n\nBuilt with ❤️ for the WeCoded Challenge 2025\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreagriffiths11%2Fwe-coded","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreagriffiths11%2Fwe-coded","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreagriffiths11%2Fwe-coded/lists"}