Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 1.74 KB

README.md

File metadata and controls

41 lines (21 loc) · 1.74 KB

TFT CheatSheet

Website: https://un0btanium.github.io/tft-cheatsheet/

This React web application for the League of Legends Teamfight Tactics gamemode provides you with a fast overview of your items and chamions. It shows you which options you have when it comes to combining them into more advanced ones. Add and remove items/champions with ease and see everything you need to know via many customizable highlighting features.

I created this project in my freetime, because most of the other tools I found on the internet were always lacking in one or two aspects, so I took it upon myself to create a tool which would fit my needs. The result is still work in progress, but already shared on this website for everyone to use. I hope that it will help you to learn and improve as well as concentrate on the more important aspects of the game.

Example Image from the Website

Contribute

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Learn More

To learn React, check out the React documentation.