This repo is a sq probability calculator for the game Fate Grand Order. It is deployed to the domain https://fgosavings.com, written in Typescript and built using the Next.js framework. This application is entirely client-side and statically generated, with its data scraped from multiple sheets and consolidated into JSON files in the /data folder.
LESS: antd
Unit Testing: Jest
Linting: Prettier
UI components: Material UI
Install dependencies, build, and run the development server:
npm install
npm run build
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.