{"id":19485619,"url":"https://github.com/pyozer/pokereact","last_synced_at":"2026-05-17T05:33:49.222Z","repository":{"id":66215422,"uuid":"160390723","full_name":"Pyozer/PokeReact","owner":"Pyozer","description":"Projet React / NodeJS sur la réalisation d'un Pokedex","archived":false,"fork":false,"pushed_at":"2018-12-10T08:13:11.000Z","size":3173,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-08T07:48:30.607Z","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/Pyozer.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":"2018-12-04T16:56:46.000Z","updated_at":"2018-12-10T08:13:12.000Z","dependencies_parsed_at":"2023-02-25T02:15:23.201Z","dependency_job_id":null,"html_url":"https://github.com/Pyozer/PokeReact","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/Pyozer%2FPokeReact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pyozer%2FPokeReact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pyozer%2FPokeReact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pyozer%2FPokeReact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pyozer","download_url":"https://codeload.github.com/Pyozer/PokeReact/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240722224,"owners_count":19847067,"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":[],"created_at":"2024-11-10T20:29:04.512Z","updated_at":"2026-05-17T05:33:44.202Z","avatar_url":"https://github.com/Pyozer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# POKEREACT\n\nPokeReact is a school project to learn NodeJS and React.\nThis app is a PokeDex, the website build with React, display pokemons informations, fetched from the API server (NodeJS)\n\nI used create-react-app to build React App and Express to make the node server.\n\nThere is two route on the server:\n\n| Method | Route                | Description                                              |\n|--------|----------------------|----------------------------------------------------------|\n| GET    | /                    | Simple route that just display \"Welcome to pokedex API\"  |\n| GET    | /pokemons            | Get all pokemons, with their informations                |\n| GET    | /pokemons/:pokemonId | Get all informations of a specific pokemon (by his ndex) |\n\n## Structure of JSON response\n\nIf request is a success :\n\n```\n{\n    \"status\": \"success\",\n    \"code\": 200,\n    \"data\": Object | Array\n}\n```\n\nIf request failure :\n\n```\n{\n    \"status\": \"error\",\n    \"code\": 400 | 500,\n    \"message\": \"An error message\"\n}\n```\n\n## Usage\n\nTo launch the app, start first the Node server :\n`cd pokedex-server \u0026\u0026 yarn start`\n\nAnd then launch the react app :\n`cd pokedex-client \u0026\u0026 yarn start`\n\nYou can build the react app for production with this command:\n`yarn build`\n\n**Info:** You can use `npm` instead of `yarn` if you want\n\n## Screenshots\n\n### Home page\n\n\u003cimg src=\"https://raw.githubusercontent.com/Pyozer/PokeReact/master/demo_img/home.png\" width=\"550\" alt=\"Home page\"\u003e\n\n### Pokemon page\n\n\u003cimg src=\"https://raw.githubusercontent.com/Pyozer/PokeReact/master/demo_img/pokemon_infos_1.png\" width=\"550\" alt=\"Pokemon page\"\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/Pyozer/PokeReact/master/demo_img/pokemon_infos_2.png\" width=\"550\" alt=\"Pokemon page 2\"\u003e\n\n### Search a pokemon by ID\n\n\u003cimg src=\"https://raw.githubusercontent.com/Pyozer/PokeReact/master/demo_img/search_by_id.png\" width=\"550\" alt=\"Search by ID\"\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/Pyozer/PokeReact/master/demo_img/search_by_id_results.png\" width=\"550\" alt=\"Search by ID\"\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyozer%2Fpokereact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyozer%2Fpokereact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyozer%2Fpokereact/lists"}