From 7f6b2e5a18958355e9983dbc8ae19bb86d8c101f Mon Sep 17 00:00:00 2001 From: Mujtaba <72826134+mujtabafromthedarkside@users.noreply.github.com> Date: Mon, 31 Jul 2023 11:49:53 +0500 Subject: [PATCH] readme + website link --- Leaderboard/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Leaderboard/README.md diff --git a/Leaderboard/README.md b/Leaderboard/README.md new file mode 100644 index 0000000..fbe670f --- /dev/null +++ b/Leaderboard/README.md @@ -0,0 +1,5 @@ +# Leaderboard Using React + Tailwind +A frontend assignment: When given multiple users' stats, the website **sorts** them and displays their **leaderboard**. + +These users are **hard-coded** in `App.jsx` right now. I have made the website **dynamic** so that number of users won't matter. I have tried to keep it **responsive** so it works on all sizes. The site is live [here](https://curious-hotteok-294fc3.netlify.app/). +