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.
-
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.
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.
To run the application locally, follow these steps:
-
Clone the repository:
git clone https://github.com/statist32/mega-evolution-candy-calculator.git
-
Install dependencies:
cd mega-evolution-candy-calculator npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to http://localhost:5173 to view the application.
Contributions are welcome!
- Pokemon types data is fetched from PokeAPI.