Skip to content

Rainbow 6 Stats is a website that fetch and displaying player's statistics.

License

Notifications You must be signed in to change notification settings

Xxsource98/Rainbow6-Stats

Repository files navigation

Rainbow 6 Stats

What is Rainbow 6 Stats?

Rainbow 6 Stats is a website that fetch and displaying player's statistics. Website is coded in React using Gatsby Framework with Mantine components library. User data is provided by r6stats.com API. I just coded it for fun.

Why I made that?

I made that because I was bored I wanted to make something cool and new. That's why I used Mantine Components library instead of normal CSS. Second reason is that I'm playing this game actually.

How to Build & Run

Sadly you have to build it locally. I can't deploy it on github-pages, beacuse github doesn't support SSR.

If you want to test website on mobile/LAN you have to set your local address in package.json in "develop" and "deploy:local" scripts.

git clone https://github.com/Xxsource98/Rainbow6-Stats.git
cd Rainbow6-Stats
npm install
npm run develop (For Develop) | npm run deploy:local (For build and serve on local network)

Images

Start Page Stats Operators Seasons

API

API that website is using is rainbow-six-user-data which is made by also me. The data is provided by r6stats.com and I hope there is no any problem with using it.

Releases

No releases published

Packages

No packages published