Pokedex based on PokeAPI
List of pokemon on the basis of React + Redux + Typescript
-
Getting a random Pokemon
-
Search in the Pokemon database, with auto-completion
-
Two pages with all the Pokemon:
- Grid with all possible pokemon
- Sheet with all pokemon with infinite loading + skeletons in base64
-
Pokemon details page:
- All sprites
- Stats / abilities
- Art image
- All forms of current Pokemon
-
Player with music theme (in Russian)
-
Caching API request
-
Caching Store to localStorage
-
Image placeholders in Base64
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000/pokemon-API-react/ to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!