{"id":30444977,"url":"https://github.com/blopez024/mini-pokedex","last_synced_at":"2025-10-08T07:43:23.079Z","repository":{"id":307223602,"uuid":"1028734806","full_name":"blopez024/mini-pokedex","owner":"blopez024","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-30T03:46:06.000Z","size":470,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-23T10:41:32.479Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/blopez024.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-30T01:45:24.000Z","updated_at":"2025-07-30T03:46:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"95f48ea8-7258-4eb9-9dc3-87e1109ac2f3","html_url":"https://github.com/blopez024/mini-pokedex","commit_stats":null,"previous_names":["blopez024/mini-pokedex"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blopez024/mini-pokedex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blopez024%2Fmini-pokedex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blopez024%2Fmini-pokedex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blopez024%2Fmini-pokedex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blopez024%2Fmini-pokedex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blopez024","download_url":"https://codeload.github.com/blopez024/mini-pokedex/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blopez024%2Fmini-pokedex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278909715,"owners_count":26066887,"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-08T02:00:06.501Z","response_time":56,"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":[],"created_at":"2025-08-23T10:40:56.688Z","updated_at":"2025-10-08T07:43:23.054Z","avatar_url":"https://github.com/blopez024.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧪 Mini Pokedex – Paired Exercise\n\nA mini Pokedex application built using React, React Router, React Query, Axios, and Tailwind CSS. This project demonstrates client-side routing, data fetching with caching, pagination, and basic styling with Tailwind.\n\n![Poke API Preview](./public/pokeapi_preview.gif)\n\n## 🚀 Features\n\n- Browse Pokémon with pagination (20 per page)\n\n- View detailed info about each Pokémon\n\n- Client-side routing using React Router\n\n- Efficient data fetching and caching via React Query\n\n- Responsive UI styled with Tailwind CSS\n\n## 🛠️ Tech Stack\n\n- Vite + React\n\n- React Router\n\n- React Query (@tanstack)\n\n- Axios\n\n- Tailwind CSS\n\n## 📦 Setup Instructions\n\n1. Create the Project:\n\n   ```bash\n   npm create vite@latest mini-pokedex -- --template react\n   cd mini-pokedex\n   ```\n\n2. Install Dependencies:\n\n   ```bash\n   npm install react-router-dom @tanstack/react-query axios\n   ```\n\n3. Start Dev Server:\n\n   ```bash\n   npm run dev\n   ```\n\n4. Configure Routing \u0026 Data Providers in `main.jsx` using:\n\n   - `\u003cQueryClientProvider\u003e` from React Query\n\n   - `\u003cBrowserRouter\u003e` for navigation\n\n5. Home Page:\n\n   - Uses `useQuery` to fetch paginated Pokémon data from the PokéAPI\n\n   - Displays names as links to detail pages\n\n   - Includes pagination controls\n\n6. Detail Page:\n\n   - Fetches and displays name, image, height, and weight of selected Pokémon\n\n7. Styling Challenge:\n\n   - Tailwind CSS was installed and used to style both the Home and Detail pages based on reference screenshots\n\n## 🔗 Usage\n\n- Navigate to / to view the Pokémon list\n\n- Use pagination buttons to browse\n\n- Click a name to go to /pokemon/:pokemonName for detailed info\n\n### 🧑‍🤝‍🧑Participants\n\n[@BrandonGonz](https://github.com/BrandonGonz)\n\n[@blopez024](https://github.com/blopez024)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblopez024%2Fmini-pokedex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblopez024%2Fmini-pokedex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblopez024%2Fmini-pokedex/lists"}