On the homepage users can view 1000+ pokemon card with included their name and picture like as pokedex. If the users want to see details on pokemon such as hp, attack , defense etc. skills, can click the pokemon card and see the pokemon details. We use Pokémon API to fetch pokemon information.
LiveURL: http://pokedexapp-can.surge.sh/
- ReactJS
- Typescript
- Tailwind CSS
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
A step by step guide that will tell you how to get the development environment up and running.
- Clone the repository
git clone https://github.com/ahmetcankaratas/pokedex-app/
- Install dependencies
cd pokedex-app
npm install
- Build and run the project
npm start
Navigate to http://localhost:3000