https://github.com/tolevats/poke-api-v2
https://github.com/tolevats/poke-api-v2
actions getters mutations vue-router vue2 vuex
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tolevats/poke-api-v2
- Owner: Tolevats
- Created: 2024-12-15T17:53:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-16T01:36:52.000Z (over 1 year ago)
- Last Synced: 2025-06-29T17:05:07.381Z (12 months ago)
- Topics: actions, getters, mutations, vue-router, vue2, vuex
- Language: Vue
- Homepage:
- Size: 295 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://pokeapi.co/) 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)