This project is a simple React application built with TypeScript that fetches data from the Pokemon API and displays information about Pokemon.
- List of Pokemon: View a list of Pokemon along with their basic information.
- Pokemon Details: Click on a Pokemon to view more details, including its types, abilities, and stats.
- Search Functionality: Search for specific Pokemon by name.
-
- React
- TypeScript
- Pokemon API (Link to Pokemon API)
- Bootstrap v5
- Node.js and npm installed on your machine.
git clone https://github.com/SVNKVN9/react-ts-pokemon-api.git
cd react-ts-pokemon-api
npm install
npm star