/Which-Pokemon

This full stack app can let you fetch data from Pokémon API, and get to know the data info of your favorite Pokémon!

Primary LanguageJavaScript

Which Pokémon?

Create the react app with the following command:

npx create-react-app which-pokemon
npm start

or

npm create vite@latest which-pokemon
npm install && npm run dev

pikachu ivysaur

This project was bootstrapped with Create React App.