Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.35 KB

README.md

File metadata and controls

56 lines (38 loc) · 1.35 KB

Pokedex - React

This is a simple pokedex app that uses the PokeAPI to display information about different pokemons. The app is built using React and TailwindCSS.

Features

  • Search for pokemons by name
  • View detailed information about a pokemon
  • View a list of all pokemons with pagination (original 151 pokemons, 10 per page; in case you want to see all pokemons, you can change the limit in the getPokemons function in src/pages/pokemons.tsx)

Installation

  1. Clone the repository
  2. Install the dependencies
npm install
bun install
  1. Start the development server
npm run dev
bun dev
  1. Open the app in your browser at http://localhost:5173

Technologies

License

This project is licensed under the MIT License - see the LICENSE file for details.

Deploy

Deploy with Vercel