{"id":16323641,"url":"https://github.com/im-rises/pokedex-react","last_synced_at":"2026-01-06T19:35:19.055Z","repository":{"id":65250501,"uuid":"588277365","full_name":"Im-Rises/pokedex-react","owner":"Im-Rises","description":"Pokédex made in React using the Pokepedia API","archived":false,"fork":false,"pushed_at":"2024-04-03T21:56:13.000Z","size":1599,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-02T09:27:18.295Z","etag":null,"topics":["pokedex","pokedex-application","pokemon","react"],"latest_commit_sha":null,"homepage":"https://im-rises.github.io/pokedex-react/","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/Im-Rises.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-01-12T18:42:00.000Z","updated_at":"2023-11-11T20:38:11.000Z","dependencies_parsed_at":"2023-12-26T11:24:55.418Z","dependency_job_id":"943b7f68-af39-4273-9699-5ffd2bfaf84b","html_url":"https://github.com/Im-Rises/pokedex-react","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Im-Rises%2Fpokedex-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Im-Rises%2Fpokedex-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Im-Rises%2Fpokedex-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Im-Rises%2Fpokedex-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Im-Rises","download_url":"https://codeload.github.com/Im-Rises/pokedex-react/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245999318,"owners_count":20707554,"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":["pokedex","pokedex-application","pokemon","react"],"created_at":"2024-10-10T22:55:19.410Z","updated_at":"2026-01-06T19:35:19.010Z","avatar_url":"https://github.com/Im-Rises.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pokedex-react\n\nPokédex made in React using the Poképedia API.\n\n## 🚀🚀[you can try the pokedex by clicking here](https://im-rises.github.io/pokedex-react/) 🚀🚀\n\n## Screenshots\n\n![main-page](https://github.com/Im-Rises/pokedex-react/assets/59691442/4ae8439b-7e5a-45ca-9ed6-cf0b7f7b2d63)\n![pokemon-list](https://github.com/Im-Rises/pokedex-react/assets/59691442/187fd288-4ce2-46cd-bd35-18c5cc7dbd8d)\n![pokemon-details](https://github.com/Im-Rises/pokedex-react/assets/59691442/f09e3d94-ff38-478b-afc8-6344e7f6107b)\n\n## To do list\n\n- [ ] Changer background en background adaptatif (bien utiliser SCSS avec des mixin et l'intégrer en appel de class\n  partout!!!) : Clément et Quentin\n\n## To do list (done)\n\n- [x] load a pokemon details using only the url\n- [x] Correction barre de recherche erreur 404 (ralentis à mort dû au temps d'attente de réponse) : Clément\n- [x] Correction requête crash : Quentin et Clément\n- [x] Corriger les bugs et crash de easter egg : Quentin\n- [x] Responsive de la page principale (pokemon list) : Clément et Quentin\n- [x] Responsive de la page detail à corriger : Quentin\n- [x] Faire le readme : Clément et Quentin\n- [x] Correct animation lag when clicking on the pokeball opening : Quentin et Clément\n- [x] Ajouter boutons ou non pour passer d'un poke à un autre depuis la page de pokemon details : Clément Quentin\n\n## API used\n\n- [pokepedia](https://pokeapi.co)\n- [react-gh-pages](https://github.com/gitname/react-gh-pages)\n- https://gist.github.com/apaleslimghost/0d25ec801ca4fc43317bcff298af43c3\n\n## Documentations\n\n- [React](https://reactjs.org/docs/getting-started.html)\n- [Pokeapi](https://pokeapi.co/docs/v2.html)\n- [React-gh-pages](https://github.com/gitname/react-gh-pages)\n- [EsLint](https://eslint.org/docs/user-guide/getting-started)\n\n## GitHub Actions\n\n[![CodeQL](https://github.com/Im-Rises/pokedex-react/actions/workflows/codeql.yml/badge.svg)](https://github.com/Im-Rises/pokedex-react/actions/workflows/codeql.yml)\n[![ESLint](https://github.com/Im-Rises/pokedex-react/actions/workflows/eslint.yml/badge.svg)](https://github.com/Im-Rises/pokedex-react/actions/workflows/eslint.yml)\n[![Node.js CI](https://github.com/Im-Rises/pokedex-react/actions/workflows/node.js.yml/badge.svg)](https://github.com/Im-Rises/pokedex-react/actions/workflows/node.js.yml)\n[![gh-pages-publish](https://github.com/Im-Rises/pokedex-react/actions/workflows/gh-pages-publish.yml/badge.svg)](https://github.com/Im-Rises/pokedex-react/actions/workflows/gh-pages-publish.yml)\n[![pages-build-deployment](https://github.com/Im-Rises/pokedex-react/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/Im-Rises/pokedex-react/actions/workflows/pages/pages-build-deployment)\n\n- CodeQL: Code scanning alerts\n- ESLint: Linting\n- Node.js CI: Continuous Integration (CI) for Node.js\n- gh-pages-publish: Publish to gh-pages branch\n- pages-build-deployment: Build and deploy to pages\n\n## Links\n\nCheck the source code\non [![github](https://user-images.githubusercontent.com/59691442/223556058-6244e346-8117-43cd-97c6-bf68611bf286.svg)](https://github.com/im-rises/pokedex-react)\n\nCheck the website\non [![github](https://user-images.githubusercontent.com/59691442/223556058-6244e346-8117-43cd-97c6-bf68611bf286.svg)](https://im-rises.github.io/pokedex-react/)\n\n## Authors\n\n- [@clementreiffers](https://www.github.com/clementreiffers)\n- [@im-rises](https://www.github.com/im-rises)\n\n[![GitHub contributors](https://contrib.rocks/image?repo=Im-Rises/pokedex-react)](https://github.com/Im-Rises/pokedex-react/graphs/contributors)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fim-rises%2Fpokedex-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fim-rises%2Fpokedex-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fim-rises%2Fpokedex-react/lists"}