This React app allows you to easily calculate in-game character damage for Genshin Impact based off of numeric stat values.
The live version of the app is located at https://www.brandonfowler.me/numeric-genshin-damage-calc/.
Install dependencies using npm install. Launch the app in development mode using npm run start and produce a build of the app using npm run build.
Environment variables are defined in .env and can be overridden locally in the .env.local file see Vite's documentation for more info.
VITE_ENKA_PROXY- The prefix to use for requests to Enka.Network API to work around CORS. The proxy should send requests tohttps://enka.network/api/[REQUEST_PATH]By default this is https://www.brandonfowler.me/enka-proxy.