{"id":16269512,"url":"https://github.com/ibrahimhabibeg/stadium-go-client","last_synced_at":"2026-04-15T15:40:31.503Z","repository":{"id":177698700,"uuid":"657743357","full_name":"ibrahimhabibeg/stadium-go-client","owner":"ibrahimhabibeg","description":"Mobile app for booking stadiums. Built with react-native.","archived":false,"fork":false,"pushed_at":"2023-12-24T19:02:23.000Z","size":2474,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T11:33:47.941Z","etag":null,"topics":["appolloclient","booking","graphql","react-native","react-native-paper","react-navigation"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/ibrahimhabibeg.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":"2023-06-23T18:39:40.000Z","updated_at":"2024-04-03T05:08:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"26e93966-3075-4639-ae7a-a2ff0adf5406","html_url":"https://github.com/ibrahimhabibeg/stadium-go-client","commit_stats":null,"previous_names":["ibrahimhabibeg/stadium-go-client"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahimhabibeg%2Fstadium-go-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahimhabibeg%2Fstadium-go-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahimhabibeg%2Fstadium-go-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahimhabibeg%2Fstadium-go-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibrahimhabibeg","download_url":"https://codeload.github.com/ibrahimhabibeg/stadium-go-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247867365,"owners_count":21009240,"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":["appolloclient","booking","graphql","react-native","react-native-paper","react-navigation"],"created_at":"2024-10-10T18:08:29.144Z","updated_at":"2026-04-15T15:40:26.459Z","avatar_url":"https://github.com/ibrahimhabibeg.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align='center'\u003e\n\n\u003cimg src=\"https://i.imgur.com/7QhRES2.png\" alt=\"logo\" /\u003e\n\n\u003ch1\u003eStadium Go\u003c/h1\u003e\n\u003cp\u003eStadium Booking App\u003c/p\u003e\n\n\u003ch4\u003e \u003cspan\u003e · \u003c/span\u003e \u003ca href=\"https://github.com/ibrahimhabibeg/stadium-go-client/blob/main/README.md\"\u003e Documentation \u003c/a\u003e \u003cspan\u003e · \u003c/span\u003e \u003ca href=\"https://github.com/ibrahimhabibeg/stadium-go-client/issues\"\u003e Report Bug \u003c/a\u003e \u003cspan\u003e · \u003c/span\u003e \u003ca href=\"https://github.com/ibrahimhabibeg/stadium-go-client/issues\"\u003e Request Feature \u003c/a\u003e \u003c/h4\u003e\n\n\n\u003c/div\u003e\n\n## 📙 Table of Contents\n\n- [Overview](#🔭-overview)\n- [Technologies](#🧑‍💻-technologies)\n- [Features](#⭐-features)\n- [Getting Started](#🏁-getting-started)\n- [Contributing](#✍-contributing)\n- [Contact](#🤝-contact)\n- [Acknowledgements](#💎-acknowledgements)\n\n## 🔭 Overview\n\nThis repository contains the client-side code for a stadium booking application: Stadium Go. It provides a mobile app built with react native that is compatible with both android and iOS.\n\n## 🧑‍💻 Technologies\n\n- React Native\n- TypeScript\n- Apollo Client\n- JSON Web Tokens (JWT)\n\n## ⭐ Features\n\n- Dark Mode: Allow the user to express his preferences by choosing between light and dark mode.\n\n- TypeScript: Enhanced code quality, maintainability, and type safety.\n\n- Authentication \u0026 Authorization: Secure user registration, login, and role-based access control.\n\n- Stadiums Management: Search and create stadiums with comprehensive details.\n\n- GraphQL API: Flexible and efficient data interactions for the mobile app.\n\n\n## 🏁 Getting Started\n\n### 1. Prerequisites\n\n- Install Node JS on your computer \u003ca href=\"https://nodejs.org/en\"\u003e Here\u003c/a\u003e\n- Install npm\n\n### 2. Clone the repository:\n\n```bash\ngit clone https://github.com/ibrahimhabibeg/stadium-go-client\n```\n\n### 3. Install dependencies:\n\n```bash\ncd stadium-go-client\nnpm install\n```\n\n### 4. Set up environment variables:\n- Create a .env file in the project root and configure the following variables:\n```\nEXPO_PUBLIC_BACKEND_URL=url-for-the-backend\n```\n\n### 5. Start the app:\n```bash\nnpm run start\n```\n\n## ✍ Contributing\n\nWe welcome contributions! Please follow these guidelines:\n\n- Fork the repository.\n- Create a new branch for your changes.\n- Make your changes and commit them with clear messages.\n- Open a pull request.\n\n## 🤝 Contact\n\nIbrahim Habib - - ibrahimhabib.eg@gmail.com  - - [LinkedIn](https://www.linkedin.com/in/ibrahim-habib-a2948b286/)\n\nProject Link: [Github](https://github.com/ibrahimhabibeg/stadium-go-client)\n\n## 💎 Acknowledgements\n\n- https://hotpot.ai/  for Images and Splash Screen Creation","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibrahimhabibeg%2Fstadium-go-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibrahimhabibeg%2Fstadium-go-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibrahimhabibeg%2Fstadium-go-client/lists"}