Table of Contents
Fantasy Analytics aids users in analysis of their ESPN Fantasy Basketball league. Users can speculate who will make the playoffs based on matchup decisions from the user, observe power rankings, see score projections based on player averages over a given time period and set whether injuries should be accounted for, compare their schedule to other members of the league, and easily see the NBA games scheduled for a given week to determine player pickups.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- npm
npm install npm@latest -g
- Maven
- JDK 15
- Clone the repo
git clone https://github.com/stephrb/Fantasy-Project.git
- Install NPM packages
cd Fantasy-Project cd fba-frontend npm install
- Run Main in fba-backend
- Run frontend
cd fba-frontend
npm start- Navigate to http://localhost:3000/
- Type in your ESPN League ID or try out a demo with a sample league!
Popup for user to enter their league ID.
Home page that allows for navigation between and displays information on analytical tools.
Power Rankings rank the teams by various statistics.
Compares the schedules of each team to each other team for the whole season and evaluates each teams' hypothetical record against other teams for each week.
Allows user to set matchup results for the remaining matchup weeks and displays the playoff rankings.
Calcuates the projected score by taking the average of each player on a team over a user-set time period multiplied by the number of games that player has left to play in a week. The user can also select for injuries to be accounted for.
Displays the number of games each NBA team plays in a given week to aid the user in selecting players from the waiver wire.
- Playoff Machine
- Waiver Wire Helper
- Player Streaming Helper
- Host Website
See the open issues for a full list of proposed features (and known issues).
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". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the GNU General Public License. See LICENSE.txt for more information.
Stephen Buck - stephenbuck@unc.edu
Project Link: https://github.com/stephrb/Fantasy-Project/
