Skip to content

statist32/Mega-Evolution-Candy-Calculator

Repository files navigation

Mega Evolution Candy Calculator

GitHub last commit GitHub

Overview

This repository contains the source code for a web application that helps Pokemon Go players quickly identify which mega evolution provides the most additional candy during events. The web application is hosted using GitHub Pages, and it is built using the SvelteKit framework.

Features

  • Candy Calculation: The application calculates and displays the additional candy gained from each available mega evolution in Pokemon Go.

  • Event Integration: Pokemon Go events are parsed and incorporated into the calculations using the event-downloader module.

  • Pokemon Types: The application fetches Pokemon types from PokeAPI, enhancing the accuracy of candy calculations.

Usage

Visit the Mega Evolution Candy Calculator to use the tool. Simply select the relevant options, and the application will provide insights into the candy gain for each mega evolution.

Getting Started

To run the application locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/statist32/mega-evolution-candy-calculator.git
  2. Install dependencies:

    cd mega-evolution-candy-calculator
    npm install
  3. Start the development server:

    npm run dev
  4. Open your browser and navigate to http://localhost:5173 to view the application.

Contributing

Contributions are welcome!

Acknowledgments

  • Pokemon types data is fetched from PokeAPI.

About

Website to quickly see which mega evolution provides the most additional candy in Pokemon Go.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published