A modern and sleek Pokedex built using React, TypeScript, and Vite. This app allows you to explore Pokémon, view their stats, and build your own custom team.
- 🐾 Search Pokémon: Quickly find details about your favorite Pokémon.
- 📊 View Stats: Access detailed stats and abilities.
- 🧰 Team Builder: Create and manage custom Pokémon teams.
- Frontend: React, TypeScript
- Styling: Tailwind CSS
- Backend API: PokéAPI
- Build Tool: Vite
- Clone the repository:
git clone https://github.com/alvinnm/pokedex-app.git
cd pokedex-app
- Install dependencies:
npm install
- Create a .env file in the root directory:
VITE_API_URL=http://localhost:3000
VITE_POKEMON_API=https://pokeapi.co/api/v2
- Start the development server and open your browser at http://localhost:5173:
npm run dev