Skip to content

alvinnm/pokedex-app

Repository files navigation

🧬 Pokédex App

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.

🌟 Features

  • 🐾 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.

💻 Tech Stack

  • Frontend: React, TypeScript
  • Styling: Tailwind CSS
  • Backend API: PokéAPI
  • Build Tool: Vite

🛠️ Installation & Setup

  1. Clone the repository:
git clone https://github.com/alvinnm/pokedex-app.git
cd pokedex-app
  1. Install dependencies:
npm install
  1. Create a .env file in the root directory:
VITE_API_URL=http://localhost:3000
VITE_POKEMON_API=https://pokeapi.co/api/v2
  1. Start the development server and open your browser at http://localhost:5173:
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published