Rxfa / r6-stats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIT License


R6 Stats

r6statsDemo

An awesome web app made with Django and React!
Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact
  6. Acknowledgments

About The Project

The more analytical and data-heavy side of eSports is often ignored or neglected by amateur and semi-professional teams. When it comes to Rainbow Six Siege, we find no exception.

We find this to be mainly because most players and staff members lack the know-how or can't afford to spend hours and hours gathering and putting together all the statistical data from scrims and competitive games that their teams partake on a consistent basis.

The main goal of this project is to develop a tool that can give everyone involved in Rainbow Six eSports the power to get and share with their respective team-mates the data they need to help them make decisions to step up their game with just the click of a button.

(back to top)

Built With

  • Python
  • Next.js
  • Javascript
  • Node.js
  • React
  • Chakra-ui
  • Django
  • DRF

(back to top)

Getting Started

Prerequisites

  • npm

    npm install npm@latest -g

Installation

  1. Clone the repo

    git clone https://github.com/Rxfa/r6-stats.git
  2. Install Python packages

    pip install -r requirements.txt
  3. Start Django development server

    cd r6-stats/statsApp
    python3 manage.py runserver

Open a different terminal

  1. Install NPM packages

    cd r6-stats/frontend
    npm install
  2. Run frontend

    npm run start

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

  • Discord -> Rxfa1

Project Link: https://github.com/Rxfa/r6-stats

(back to top)

Acknowledgments

(back to top)

About

License:MIT License


Languages

Language:Python 53.3%Language:JavaScript 41.1%Language:CSS 4.4%Language:C 1.3%