{"id":20433648,"url":"https://github.com/ebodshojaei/pokebodex","last_synced_at":"2026-04-15T14:03:24.520Z","repository":{"id":180319947,"uuid":"664947577","full_name":"EbodShojaei/Pokebodex","owner":"EbodShojaei","description":"A single-page web application that fetches and displays information about Pokemon from the PokéApi using JavaScript, Axios, and jQuery.  Bundled using WebPack","archived":false,"fork":false,"pushed_at":"2023-07-11T06:06:02.000Z","size":141,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T06:24:58.065Z","etag":null,"topics":["axios","ejs","ejs-template-engine","ejs-templates","ejs-templating","html","html-css","html-css-javascript","html5","javascript","jquery","js","pokeapi","pokeapi-app","pokeapi-pokedex","pokedex","pokemon","pokemon-api","sass","webpack"],"latest_commit_sha":null,"homepage":"https://pokebodex.netlify.app/","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/EbodShojaei.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-07-11T05:31:37.000Z","updated_at":"2023-09-10T20:02:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"832027de-3190-48d7-9e13-94ec5d8bd78a","html_url":"https://github.com/EbodShojaei/Pokebodex","commit_stats":null,"previous_names":["ebodshojaei/pokebodex"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EbodShojaei/Pokebodex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EbodShojaei%2FPokebodex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EbodShojaei%2FPokebodex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EbodShojaei%2FPokebodex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EbodShojaei%2FPokebodex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EbodShojaei","download_url":"https://codeload.github.com/EbodShojaei/Pokebodex/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EbodShojaei%2FPokebodex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31844331,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T13:28:40.153Z","status":"ssl_error","status_checked_at":"2026-04-15T13:28:29.396Z","response_time":63,"last_error":"SSL_read: 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":["axios","ejs","ejs-template-engine","ejs-templates","ejs-templating","html","html-css","html-css-javascript","html5","javascript","jquery","js","pokeapi","pokeapi-app","pokeapi-pokedex","pokedex","pokemon","pokemon-api","sass","webpack"],"created_at":"2024-11-15T08:20:08.311Z","updated_at":"2026-04-15T14:03:24.505Z","avatar_url":"https://github.com/EbodShojaei.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pokédex App\r\n### About\r\n\r\nThis is a single-page web application that fetches and displays information about Pokemon from the PokeAPI. It allows users to browse and filter through a list of Pokemon based on their types. The project has been bundled using WebPack.\r\n\u003cbr\u003e\r\n##### Hosted (**[Link](https://pokebodex.netlify.app)**)\r\n##### Video (**[Link](https://youtu.be/sbvp--K2mAM)**)\r\n\r\n\u003cbr\u003e\r\n\r\n\t Author: Ebod Shojaei\r\n\t Version: 1.0\r\n\r\n\u003cbr\u003e\r\n\r\n## Features\r\n- **Fetching Pokemon**: \r\n    \u003e - The app fetches a list of Pokemon objects from the PokeAPI, containing the names and URLs of the Pokemon.\r\n- **Fetching Pokemon Types**: \r\n    \u003e - The app fetches a list of Pokemon types from the PokeAPI, containing the names and URLs of the types.\r\n- **Caching Pokemon Data**: \r\n    \u003e - The app caches the response data for each Pokemon to reduce the number of API requests.\r\n- **Pagination**: \r\n    \u003e - The app displays the Pokemon cards in a paginated manner, with a fixed number of cards per page (default is 10). \r\n\t\u003e - Users can navigate between pages to view different sets of Pokemon.\r\n- **Filtering by Type**: \r\n    \u003e - The app provides checkboxes for each Pokemon type. \r\n\t\u003e - Users can select one or multiple types to filter the displayed Pokemon. \r\n\t\u003e - The app dynamically updates the displayed Pokemon based on the selected types.\r\n- **Pokemon Details Modal**: \r\n    \u003e - The app shows a modal with detailed information about each Pokemon. \r\n\t\u003e - Clicking the \"Details\" button on a Pokemon card opens the modal, displaying the Pokemon's ID, image, abilities, stats, and types.\r\n- **Responsive Design**: \r\n    \u003e - The app is designed to be responsive and work well on different devices and screen sizes.\r\n\r\n\u003cbr\u003e\r\n\r\n## Requirements\r\n- The app requires the following dependencies:\r\n    \u003e - **axios**: A promise-based HTTP client for making API requests.\r\n    \u003e - **jquery**: A JavaScript library for DOM manipulation and event handling.\r\n    \u003e - **bootstrap**: A popular CSS framework for styling the app.\r\n    \u003e - **popper.js**: A library required by Bootstrap for handling dropdowns, tooltips, and popovers.\r\n\r\n- The app also uses custom CSS and HTML files for styling and structure.\r\n\r\n\u003cbr\u003e\r\n\r\n## Usage\r\nTo use the app on your local machine, follow these steps:\r\n- **Clone** the repository to your local machine.\r\n- **Open** the index.html file with a live server.\r\n\t\u003e - The app will automatically fetch the Pokemon data from the PokeAPI and display the Pokemon cards.\r\n- **Use** the checkboxes to filter the Pokemon by type.\r\n- **Use** the pagination buttons to navigate between different pages of Pokemon.\r\n- **Click** the \"Details\" button on a Pokemon card to view its detailed information in a modal.\r\n\r\n**Note**: Internet access is required to fetch data from the PokeAPI.\r\n\r\n\u003cbr\u003e\r\n\r\nEnjoy exploring the world of Pokemon!\r\n\r\n\u003cbr\u003e\r\n\r\n## Resources\r\n- **[COMP2530-s23-A3-Sample-Code](https://github.com/nabil828/COMP2530-s23-A3-Sample-Code)** by nabil828\r\n\t- Used for setup\r\n\u003cbr\u003e\r\n\r\n- **[ChatGPT-4](https://chat.openai.com/)** by OpenAI\r\n\t- Used for debugging\r\n\r\n\u003cbr\u003e\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febodshojaei%2Fpokebodex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Febodshojaei%2Fpokebodex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febodshojaei%2Fpokebodex/lists"}