{"id":31900779,"url":"https://github.com/angeldevtech/pokeexel","last_synced_at":"2026-04-02T02:50:57.798Z","repository":{"id":304919681,"uuid":"1020518577","full_name":"angeldevtech/PokeExel","owner":"angeldevtech","description":"A simple and fast Pokémon EV tracker built with SolidJS, TypeScript, and Tailwind CSS. The Pokémon data is sourced from Reddit user Dan_t654.","archived":false,"fork":false,"pushed_at":"2025-07-16T03:26:14.000Z","size":298,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-17T05:29:48.328Z","etag":null,"topics":["bun","lucide-icons","pokemon","solidjs","tailwindcss","typescript","vitejs"],"latest_commit_sha":null,"homepage":"https://angeldevtech.github.io/PokeExel/","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/angeldevtech.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-16T02:14:19.000Z","updated_at":"2025-07-16T03:26:17.000Z","dependencies_parsed_at":"2025-07-17T10:23:08.019Z","dependency_job_id":"42555e06-8cb5-4d07-8391-32111431b214","html_url":"https://github.com/angeldevtech/PokeExel","commit_stats":null,"previous_names":["angeldevtech/pokeexel"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/angeldevtech/PokeExel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angeldevtech%2FPokeExel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angeldevtech%2FPokeExel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angeldevtech%2FPokeExel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angeldevtech%2FPokeExel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/angeldevtech","download_url":"https://codeload.github.com/angeldevtech/PokeExel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angeldevtech%2FPokeExel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279015061,"owners_count":26085643,"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-10-13T02:00:06.723Z","response_time":61,"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":["bun","lucide-icons","pokemon","solidjs","tailwindcss","typescript","vitejs"],"created_at":"2025-10-13T12:27:33.794Z","updated_at":"2025-10-13T12:27:35.975Z","avatar_url":"https://github.com/angeldevtech.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PokéExcel\n\nA simple and fast Pokémon EV tracker built with SolidJS, TypeScript, and Tailwind CSS. The Pokémon data is sourced from Reddit user [Dan_t654](https://www.reddit.com/user/Dan_t654).\n\n## Features\n\n*   **Search:** Find Pokémon by name or ID.\n*   **Filter:** Filter Pokémon by EV yield and region.\n*   **Sort:** Sort Pokémon by ID, name, or base experience.\n*   **Dark Mode:** Toggle between light and dark mode.\n*   **Responsive:** The layout is fully responsive and works on all screen sizes.\n\n## Getting Started\n\n1.  Clone the repository:\n\n    ```bash\n    git clone https://github.com/your-username/poke-excel.git\n    ```\n\n2.  Install the dependencies:\n\n    ```bash\n    bun install\n    ```\n\n3.  Start the development server:\n\n    ```bash\n    bun dev\n    ```\n\n## Project Structure\n\n```\nsrc/\n  ├── components/    # Solid components\n  ├── lib/           # Utility functions\n  ├── types/         # TypeScript type definitions\n  ├── assets/        # Static assets\n  └── App.tsx        # Main application component\n```\n\n## Deployment\n\nTo deploy this project to GitHub Pages:\n\n1. **Build the project:**\n\n    ```bash\n    bun run build\n    ```\n\n    This will generate a `dist` folder with the static site.\n\n2. **Deploy the `dist` folder to GitHub Pages.** You can do this manually or use the `gh-pages` branch. Here is a simple way using the `gh-pages` npm package:\n\n    a. Install `gh-pages` globally (if you haven't already):\n    ```bash\n    bun add -D gh-pages\n    ```\n\n    b. Add the following script to your `package.json`:\n    ```json\n    \"scripts\": {\n      // ...existing scripts...\n      \"deploy\": \"gh-pages -d dist\"\n    }\n    ```\n\n    c. Deploy:\n    ```bash\n    bun run deploy\n    ```\n\n3. **Configure GitHub Pages** in your repository settings to serve from the `gh-pages` branch.\n\nAfter deployment, your site will be available at `https://\u003cyour-username\u003e.github.io/\u003crepo-name\u003e/`.\n\n## Acknowledgments\n\n- Special thanks to Reddit user [Dan_t654](https://www.reddit.com/user/Dan_t654) for providing the Pokémon data.\n- Pokémon data is converted from Excel to JSON using a Python script in the `convert` directory.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangeldevtech%2Fpokeexel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangeldevtech%2Fpokeexel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangeldevtech%2Fpokeexel/lists"}