Page based on Riot Games API, allow you to search, displayer player statistic for League of Legends
Clone the project
git clone https://github.com/TobiaszLos/overview-player-statistic-Page---LeagueOfLegends.gitGo to the project directory
cd overview-player-statistic-Page---LeagueOfLegendsInstall dependencies
npm installStart the server
npm run devTo run this project, you will need to add the following environment variables to your .env file
VITE_TAPI_KEY='your api key'
Api key from https://developer.riotgames.com/ sign in or sign up and get free DEVELOPMENT API KEY
Client: React, Typescript, TailwindCSS
Server: Riot Game Api
- Light/dark mode toggle
- Pagination
- RWD
- Search Functionality
- Search in Modal

