Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.84 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.84 KB

Pokemon Type Weakness Tracker

This web app was created to help a partner keep track of Pokemon types and their respective strengths and weaknesses. It simplifies the process of determining which attack types are most effective against specific Pokemon. For example, is Ice strong against Grass? (Yes!) The app provides an easy way to find out, ensuring better decision-making during gameplay.

Features

  • Type-based search: Quickly find and filter Pokemon by their name or type properties.
  • Detailed weaknesses: Lists all attack types a selected Pokemon is weak to, aiding strategic planning in battles.
  • Responsive design: Works seamlessly across desktop, tablet, and mobile devices for easy access anytime, anywhere.

This project uses React for the frontend and integrates an open-source Pokemon API to fetch real-time data and assets of various Pokemon.

Demo Site

You can view the app live here: Demo Site

In case the site goes down, here are some screenshots of the mobile and desktop versions:

Mobile Version:

Mobile Version

Desktop Version:

Desktop Version

Technologies Used

  • React for building the frontend.
  • Pokemon API for fetching data on Pokemon types, strengths, and weaknesses.
  • Responsive design ensuring accessibility across all devices.

Purpose

Designed to help trainers navigate the complexities of type interactions in Pokemon battles, this tool simplifies the strategic aspect of the game. Whether you're a casual player or looking to sharpen your competitive edge, this app helps quickly identify the best moves to make in battle.