Skip to content

kt474/fantasy-football-wrapped

Repository files navigation

Fantasy Football Wrapped

Detailed analysis and insights for Sleeper fantasy football leagues.

Current features:

  • Comprehensive standings
  • Power rankings
  • Roster rankings and projections
  • Expected wins (measuring luck)
  • Roster management stats
  • Playoff projections
  • AI generated weekly reports
  • Draft grades
  • League history stats

Contributing

Getting started

Fork this repository and then clone the fork. To run the project locally, you'll need Node.js and npm installed.

  git clone https://github.com/kt474/fantasy-football-wrapped.git
  cd fantasy-football-wrapped
  npm install
  npm run dev

None of the environment variables are required to get the project running locally but some features like the AI generated summaries are hidden behind an API.

Technologies

It would also be helpful to familiarize yourself with the technologies used in this project:

  • Framework: Vue 3 and Typescript
  • UI: Flowbite and Tailwind CSS
  • State managment: Pinia

Pull Request Process

  1. Look through the open issues and find one you would like to work on (or create your own issues!)
  2. Create a new branch for your feature/fix
  3. Make your changes
  4. Submit a pull request

Acknowledgements

Contact

Please report any issues or request new features in the issues tab