Skip to content

Tolevats/poke-api-v2

Repository files navigation

Pokémon Guide Application

Overview

This project is a simple Vue.js application that allows users to search for Pokémon by name or ID. It utilizes the PokéAPI to fetch Pokémon data and Vuex for state management.

Features

  • Search for Pokémon by name or ID.
  • Display Pokémon information including name, ID, abilities, and moves.
  • Responsive design with a user-friendly interface.

Technologies Used

  • Vue.js (Vue 2)
  • Vuex
  • CSS (for styling)