pokemon-app
v1.0.1
Published
You can find here information about **1126** pokemons!
Downloads
4
Readme
Pokemon TypeScript App using the PokeAPI
You can find here information about 1126 pokemons!
This project was bootstrapped with Create React App.
Demo
Available for Demo: PokémonApp
How to start
Clone down this repository. You will need node
and npm
installed globally on your machine.
From the root project directory run npm install
to install all necessary dependencies.
To start Server run: npm start
Features
- Search pokemons by name.
- Search pokemons by type.
- Display pokemon's dasic information.
- Display pokemon's detailed information.
- Display pokemon's evolution.
- Mobile friendly app.
Guide
Main page
Here you can find 20 pokemons with their basic information such as name, avatar and types. Choose any pokemon to find more information.
You can find any pokemon you wish. And if you click on it you will see pokemon's detailed information.
You can filter pokemons by their type(water, rock, poison etc.).
To see more pokemons - press button "Show more".
Personal pokemon's page
Here you can find detailed information about pokemon: type, species, height, weight, abilities and stats (HP, attack, defense etc.).
To know more about pokemon's evolution - press Evolution.
Evolution page
- Here you can find information about evolution chain of current pokemon.
Status
Is still in progress :)