ReactJS web app using PokeAPI which provides these following features:
- Display list of pokemons
- View detail of each pokemon
- Catch pokemon
- Release pokemon
ReactJS, TailwindCSS
- Clone this repository and make sure you already had Node.js
- In your local project directory, install the dependencies:
npm install
- Still in your local project directory, run the app:
npm start
- Open http://localhost:3000 to view it in your browser (the page will reload if you make changes in the code).
Feibs (2023)