Skip to content

nhanaa/lol-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lol Tools

screenshot

About The Project

As a avid follower of the professional League of Legends scene, I have always been very interested in the ban/pick phase (or the draft phase) of the game. There are many tools out there that can assist you with it, but I want to make my own tools that I can tweak to my own interests. Thus, this project was born.

This project was created with:

  • React.js v18.2.0
  • Express.js v4.18.2
  • MongoDB Atlas

It is hosted at: https://lol-tools-app.onrender.com

Installation

To run this project locally, follow the following steps:

  1. Clone the repository:
git clone https://github.com/nhanaa/lol-tools.git
  1. Build the project
npm run build
  1. To start the server, use a new terminal
cd server
npm run start
  1. To run the client, use a new terminal
cd client
npm run start

If you want to watch your changes in the server, use this command when in the server directory

npm run dev

Planned features

  • Save and build your own builds
  • Display info of champions
  • Different draft modes