In this project we use a Pokedex to show the info of a pokemon, searching by its name. To get this info we use an API to bring the data from pokeapi
To build this app I used ReactJS v18, CSS, and HTML.
Here are some screenshots of the app's UI based on the components shown below
Charizard | Blastoise | Venusaur |
---|---|---|
You can see it deployed here 👈
Just follow this steps:
- In your system console write
- Then you will have to type the following command, depending on what you have installed, npm or yarn.
- and that's it! you can run it with the following command and view the application.
git init
git clone https://github.com/Onnichan/pokeapi-react.git
npm install
or
yarn install
npm start
You can follow me on my Linkedin.