This repository contains a web application that provides rolling statistics for the game Teamfight Tactics (TFT). The application allows users to input their in-game statistics and view various rolling averages and trends.
- Input and store in-game statistics
- Calculate rolling averages for various metrics
- Visualize trends and patterns in statistics
- Clone the repository:
git clone https://github.com/mingsonleung/tft-rolling-statistics.git
- Navigate to the project directory:
cd tft-rolling-statistics
- Install dependencies:
npm install
- Start the application:
npm start
- Open your web browser and navigate to
http://localhost:3000
- Input your in-game statistics and explore the rolling averages and trends
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
This project is licensed under the MIT License.