{"id":19763682,"url":"https://github.com/rajdeepc/pikachu-story","last_synced_at":"2026-04-07T07:47:32.199Z","repository":{"id":55350389,"uuid":"194881402","full_name":"Rajdeepc/pikachu-story","owner":"Rajdeepc","description":"know your pokemon","archived":false,"fork":false,"pushed_at":"2022-12-10T04:11:44.000Z","size":3103,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-12T00:27:27.556Z","etag":null,"topics":["bootstrap","javascript","pokedex","react","react-redux","reactjs","redux","redux-router","redux-thunk","reselect","search-engine","selector"],"latest_commit_sha":null,"homepage":"http://aboriginal-pokemon.surge.sh/","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/Rajdeepc.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}},"created_at":"2019-07-02T14:37:54.000Z","updated_at":"2020-06-07T12:29:11.000Z","dependencies_parsed_at":"2023-01-25T20:32:15.284Z","dependency_job_id":null,"html_url":"https://github.com/Rajdeepc/pikachu-story","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Rajdeepc/pikachu-story","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rajdeepc%2Fpikachu-story","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rajdeepc%2Fpikachu-story/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rajdeepc%2Fpikachu-story/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rajdeepc%2Fpikachu-story/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rajdeepc","download_url":"https://codeload.github.com/Rajdeepc/pikachu-story/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rajdeepc%2Fpikachu-story/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31504897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"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":["bootstrap","javascript","pokedex","react","react-redux","reactjs","redux","redux-router","redux-thunk","reselect","search-engine","selector"],"created_at":"2024-11-12T04:10:38.906Z","updated_at":"2026-04-07T07:47:32.176Z","avatar_url":"https://github.com/Rajdeepc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Pikachu Finder\n\nThis is a fun project build with [PokeAPI](https://pokeapi.co/) where you can find your favorite pikachu and know more details about them.\n\n#### Live - http://aboriginal-pokemon.surge.sh/ \n\n### Project Description:\n * List Page:\n    - List the pikachu from (https://pokeapi.co/) - Number of Pikachu to list is configurable\n    - It has a search feature which searches by keyword\n    - You can see the details of each Pikachu once you click on each of them\n\n* Pikachu Details Page: \n    - Lists the description of each pikachu\n    - can go back to previous listing page with go button\n\n### Getting Started\nTo get you started you can simply clone the repository:\n\n```\ngit clone https://github.com/Rajdeepc/pikachu-story.git\n```\n\n### Prerequisites\nYou need git to clone the repository. You can get git from\n[http://git-scm.com/](http://git-scm.com/).\n\nA number of node.js tools is necessary to initialize and test the project. You must have node.js and its package manager (npm) installed. You can get them from  [http://nodejs.org/](http://nodejs.org/).\n\n### Installing\n\nand install the dependencies\n```\nnpm install\n```\n\n#### Lint \u0026 Build\n\n```sh\nnpm run lint\nnpm run build\n```\n\n### Running the tests\n```\nnpm test\n```\n\n### Run in Local\n\nTo Run Locally Steps to follow:\n\n```\nnpm start\n\n```\n### Built With\n\n* [React js](https://github.com/facebook/react/)\n* [Reslect](https://github.com/reduxjs/reselect)\n* [React Bootstrap](https://react-bootstrap.github.io/)\n* [Redux](https://github.com/reduxjs/redux)\n* [React-Router 3](https://github.com/ReactTraining/react-router)\n\n\n## Contributing\n\n### Create a branch\n\n1. `git checkout master` from any folder in your local `https://github.com/Rajdeepc/pikachu-story.git` repository\n1. `git pull origin master` to ensure you have the latest main code\n1. `git checkout -b the-name-of-my-branch` (replacing `the-name-of-my-branch` with a suitable name) to create a branch\n\n### Make the change\n\n1. Follow the \"Running locally\" instructions\n1. Save the files and check in the browser\n  1. Changes to React components in `src` will hot-reload\n  1. Changes to markdown files in `content` will hot-reload\n  1. If working with plugins, you may need to remove the `.cache` directory and restart the server\n\n\n### Push it\n\n1. `git add -A \u0026\u0026 git commit -m \"My message\"` (replacing `My message` with a commit message, such as `Fixed header logo`) to stage and commit your changes\n1. `git push my-fork-name the-name-of-my-branch`\n1. Go to the [pikachu-story](https://github.com/Rajdeepc/pikachu-story.git) and you should see recently pushed branches.\n1. Follow GitHub's instructions.\n1. If possible, include screenshots of visual changes. A Netlify build will also be automatically created once you make your PR so other people can see your change.\n\n### Some Glimpses:\n\n## Pokemon Listing Page\n![Pokemon Listing Page](pokemondash.png)\n\n## Details Page\n![Details Page](insidepokemon.png)\n\n\n#### This project was a part of ReactJS community examples by @alik0211 . I have used the idea to create my own with the help of Reselect library and Redux.cd","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajdeepc%2Fpikachu-story","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajdeepc%2Fpikachu-story","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajdeepc%2Fpikachu-story/lists"}