{"id":23900078,"url":"https://github.com/sampadmondal-git/poke-verse","last_synced_at":"2026-04-28T12:06:22.057Z","repository":{"id":270617105,"uuid":"910930132","full_name":"SampadMondal-git/poke-verse","owner":"SampadMondal-git","description":"This project is a simple Pokémon web app using the PokéAPI. It lets users search by Pokémon name or ID to view details like their name, image, and abilities. Built with responsive design, it’s user-friendly and perfect for fans or developers learning API integration.","archived":false,"fork":false,"pushed_at":"2025-01-22T14:49:58.000Z","size":898,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-05T00:14:15.720Z","etag":null,"topics":["api","api-integration","css","css3","fetch-api","fetch-data","fetching-data-from-an-api","front-end-development","html","html5","javascript","javascript-framework","javascript-library","jsx","react","react-framework","react-frontend","react-frontend-app","react-library","reactjs"],"latest_commit_sha":null,"homepage":"https://sampadmondal-git.github.io/poke-verse/","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/SampadMondal-git.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-01-01T20:24:49.000Z","updated_at":"2025-03-10T15:02:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"19584d2f-ed40-40a8-b36e-2ee43fe63d92","html_url":"https://github.com/SampadMondal-git/poke-verse","commit_stats":null,"previous_names":["sampadmondal-git/poke-verse"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SampadMondal-git/poke-verse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SampadMondal-git%2Fpoke-verse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SampadMondal-git%2Fpoke-verse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SampadMondal-git%2Fpoke-verse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SampadMondal-git%2Fpoke-verse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SampadMondal-git","download_url":"https://codeload.github.com/SampadMondal-git/poke-verse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SampadMondal-git%2Fpoke-verse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32379679,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T11:25:28.583Z","status":"ssl_error","status_checked_at":"2026-04-28T11:25:05.435Z","response_time":56,"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":["api","api-integration","css","css3","fetch-api","fetch-data","fetching-data-from-an-api","front-end-development","html","html5","javascript","javascript-framework","javascript-library","jsx","react","react-framework","react-frontend","react-frontend-app","react-library","reactjs"],"created_at":"2025-01-04T19:14:19.054Z","updated_at":"2026-04-28T12:06:22.041Z","avatar_url":"https://github.com/SampadMondal-git.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pokémon Fetch API\n\nThis project is a simple web application that fetches and displays data about Pokémon using the [PokéAPI](https://pokeapi.co/).\n\n## Features\n\n- Fetches data from the PokéAPI.\n\n- Displays Pokémon information such as name, image, and abilities.\n\n- Responsive design for optimal viewing on different devices.\n\n## Project Structure:\n\n```\nPokemon-fetch-api/\n├── public/\n│   └── index.html\n├── src/\n│   ├── App.js\n│   │   └── fetch.jsx\n│   │   └── loader.jsx\n│   │   └── result.jsx\n│   │   └── error.jsx\n│   ├── App.css \n│   │   └── fetch.css\n│   │   └── loader.css\n│   │   └── result.css\n│   │   └── error.css\n│   └── index.js\n├── package.json\n├── package-lock.js\n└── README.md\n```\n\n## Installation\n\n**1. Clone the repository:**\n\ngit clone https://github.com/SampadMondal-git/poke-verse.git\n\n**2. Navigate to the project directory:**\n\ncd pokemon-fetch-api\n\n**3. Open `index.html` in your preferred web browser.**\n\nopen index.html\n\n## Usage\n\nEnter the name or ID of a Pokémon in the search bar.\n\nClick the \"Search\" button to fetch and display the Pokémon's information.\n\n## Contributing\n\nContributions are welcome! Please fork this repository and submit a pull request with your changes.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE]() file for details.\n\n## Acknowledgements\n\nData provided by [PokéAPI](https://pokeapi.co/).\n\nInspired by the Pokémon franchise.# find-your-Pokemon\n\n## Creator\n\nDesigned with love by [Samy](https://www.instagram.com/_ursfav.sxmy/), straight from the heart of Kolkata.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsampadmondal-git%2Fpoke-verse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsampadmondal-git%2Fpoke-verse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsampadmondal-git%2Fpoke-verse/lists"}