Each day, you have 7 tries to find the daily player. For each try, the game gives you hints to help you.
For each player's selection, you will seeline on the table representing how close you are from the result. you hover a table cell, you'll have some informations about result.
- Dataset : league of legends esport player dataset
- NextJS : Framework used to make this app
- MaterialUI : UI lib
- Clone the project :
git clone https://github.com/RobinToubi/esportdle
- Install dependencies :
npm i
# or
yarn i
# or
pnpm i
# or
bun i
- Run the application :
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.