{"id":30083621,"url":"https://github.com/jorgejimenez98/marlins-affiliates-tracker","last_synced_at":"2026-04-07T22:31:45.173Z","repository":{"id":307577612,"uuid":"1029901169","full_name":"jorgejimenez98/marlins-affiliates-tracker","owner":"jorgejimenez98","description":"Check daily games for the Miami Marlins and their affiliate teams.","archived":false,"fork":false,"pushed_at":"2025-08-15T23:46:40.000Z","size":1270,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-16T01:30:05.814Z","etag":null,"topics":["eslint","i18next","react","react-router-dom","shadcn-ui","tailwindcss-v4","tankstack-query","typescript","vercel","vite","zustand"],"latest_commit_sha":null,"homepage":"https://marlins-affiliates-tracker.vercel.app","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/jorgejimenez98.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,"zenodo":null}},"created_at":"2025-07-31T18:56:08.000Z","updated_at":"2025-08-15T23:46:43.000Z","dependencies_parsed_at":"2025-08-01T01:39:24.595Z","dependency_job_id":"dc4f0b5f-77d7-42bf-9768-2766eb0c2f42","html_url":"https://github.com/jorgejimenez98/marlins-affiliates-tracker","commit_stats":null,"previous_names":["jorgejimenez98/marlins-affiliates-tracker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jorgejimenez98/marlins-affiliates-tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgejimenez98%2Fmarlins-affiliates-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgejimenez98%2Fmarlins-affiliates-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgejimenez98%2Fmarlins-affiliates-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgejimenez98%2Fmarlins-affiliates-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jorgejimenez98","download_url":"https://codeload.github.com/jorgejimenez98/marlins-affiliates-tracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgejimenez98%2Fmarlins-affiliates-tracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31532211,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["eslint","i18next","react","react-router-dom","shadcn-ui","tailwindcss-v4","tankstack-query","typescript","vercel","vite","zustand"],"created_at":"2025-08-08T23:00:53.009Z","updated_at":"2026-04-07T22:31:45.168Z","avatar_url":"https://github.com/jorgejimenez98.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🐬 Marlins Affiliates Tracker\n\nTrack the upcoming and recent games of the **Miami Marlins** and their **minor league affiliates** in a clean, responsive interface.\n---\n\n## 🚀 Features\n\n- Affiliate-based filtering\n- Game status grouping (Scheduled, In Progress, Final)\n- Mobile-first responsive UI\n- PWA support\n- Multilanguage for English and Spanish\n---\n\n\n## 🛠️ Tech Stack\n\n- [React](https://reactjs.org/)\n- [Vite](https://vitejs.dev/)\n- [TypeScript](https://www.typescriptlang.org/)\n- [Tailwind CSS](https://tailwindcss.com/)\n- [Shadcn UI](https://ui.shadcn.com/)\n- [Tank Stank Query](https://tanstack.com/query/v5/docs/framework/react/overview)\n- [Zustand](https://zustand-demo.pmnd.rs/)\n- [Vercel](https://vercel.com/)\n\n---\n\n## 🧰 Requirements\n\nBefore you begin, ensure you have the following installed:\n\n| Tool | Version | Download |\n|------|---------|----------|\n| Node.js | `v24.0.0` | [Download Node.js](https://nodejs.org/en/download/current) |\n| pnpm | `v10.14.0` | [Install pnpm](https://pnpm.io/installation) |\n\n---\n\n## 🚀 Getting Started\n\n1. **Open a terminal in your computer**\n\n2. **Clone the repository**\n   ```bash\n   git clone https://github.com/jorgejimenez98/marlins-affiliates-tracker.git\n   ```\n\n3. **Navigate to the project folder**\n   ```bash\n   cd marlins-affiliates-tracker\n   ```\n   \n5. **⚙️ Set up the Environment Variables**\n   \u003cbr/\u003e\u003cbr/\u003e\n   Copy the `.env.example` file and rename it to `.env`. Then fill in any required values:\n\n   ```bash\n   cp .env.example .env\n   ```\n   \n7. **Install dependencies**\n   ```bash\n   pnpm install\n   ```\n\n8. **Start the development server**\n   ```bash\n   pnpm dev\n   ```\n\n9. **Open your browser**\n   \n   Navigate to [http://localhost:5173](http://localhost:5173) to view the application.\n\n---\n\n## 📱 PWA Installation\n\nThis application can be installed as a Progressive Web App (PWA) for a native app-like experience:\n\n1. **Desktop (Chrome/Edge)**:\n   - Click the install icon in the address bar\n   - Or go to Settings → Install App\n\n2. **Mobile (iOS Safari)**:\n   - Tap the Share button\n   - Select \"Add to Home Screen\"\n\n3. **Mobile (Android Chrome)**:\n   - Tap the menu (three dots)\n   - Select \"Add to Home Screen\"\n\nOnce installed, you can access the app directly from your home screen\n\n---\n\n## 🧪 Mock Data\n\nIf you're testing the application and the selected date doesn't have games in all states (Scheduled, In Progress, Final), you can enable mock data:\n\n1. Set the environment variable in your `.env` file:\n   ```bash\n   VITE_MOCK_DATA_ENABLED=true\n   ```\n\n2. Restart the development server:\n   ```bash\n   pnpm dev\n   ```\n\nThis will populate the interface with sample games in different states, allowing you to see all features in action.\n\n---\n\n\n## 📸 Previews\n\n| Desktop | Mobile \n|-----------------|----------------\n| ![Desktop View](/public/docs/desktop.png) | ![Mobile View](/public/docs/mobile.png) \n\n| VS MLB Real Time Data (Marlins VS New York Yankees (Sun 08-03-2025) ) |\n| --------------------- |\n| ![vs-mlb-data](/public/docs/vs-mlb-data.jpg) |\n---\n\n\n| Lighthouse (Can be improved)|\n| --------------------- |\n| ![lighthouse](/public/docs/lighthouse.png) |\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorgejimenez98%2Fmarlins-affiliates-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjorgejimenez98%2Fmarlins-affiliates-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorgejimenez98%2Fmarlins-affiliates-tracker/lists"}