Skip to content

stephrb/Fantasy-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

165 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fantasy Basketball Analytics

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

About The Project

Product Name Screen Shot

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.

(back to top)

Technologies

(back to top)

Getting Started

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.

Prerequisites

  • npm
    npm install npm@latest -g
  • Maven
  • JDK 15

Installation

  1. Clone the repo
    git clone https://github.com/stephrb/Fantasy-Project.git
  2. Install NPM packages
    cd Fantasy-Project
    cd fba-frontend
    npm install

Running Locally

  1. Run Main in fba-backend
  2. Run frontend
  cd fba-frontend
  npm start
  1. Navigate to http://localhost:3000/
  2. Type in your ESPN League ID or try out a demo with a sample league!

(back to top)

Usage

Screen Shots

League ID Popup

Alt text Popup for user to enter their league ID.

Home Page

Alt text Home page that allows for navigation between and displays information on analytical tools.

Power Rankings

Alt text Power Rankings rank the teams by various statistics.

Schedule Comparisons

Alt text 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.

Playoff Machine

Alt text Allows user to set matchup results for the remaining matchup weeks and displays the playoff rankings.

Matchup Projections

Alt text 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.

NBA Weekly Games

Alt text Displays the number of games each NBA team plays in a given week to aid the user in selecting players from the waiver wire.

(back to top)

Roadmap

  • Playoff Machine
  • Waiver Wire Helper
  • Player Streaming Helper
  • Host Website

See the open issues for a full list of proposed features (and known issues).

(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". Don't forget to give the project a star! Thanks again!

  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 GNU General Public License. See LICENSE.txt for more information.

(back to top)

Contact

Stephen Buck - stephenbuck@unc.edu

Project Link: https://github.com/stephrb/Fantasy-Project/

(back to top)

Acknowledgments

(back to top)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Contributors