/pokedex-app-vue

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

Primary LanguageVue

Pokedex App - Vue.js

This is a simple Pokedex app made with Vue.js. It uses the PokeAPI to fetch the data of the pokemons. The app is responsive and has a search bar to filter the pokemons by name. You can also click on a pokemon to see more details about it.

Technologies

How to run

  1. Clone the repository
  2. Install the dependencies with the following command:
npm install
bun install
  1. Run the app with npm run serve
npm run dev
bun dev
  1. Open your browser and go to http://localhost:5173/

License

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