Detailed analysis and insights for Sleeper fantasy football leagues.
Current features:
- Comprehensive standings and AI generated league news/current trends
- Power rankings and roster rankings
- Pre-season and in season projections
- Expected wins and strength of schedule (measuring luck)
- Roster management stats, trade rankings, and waiver wire moves
- Playoff projections
- AI generated weekly reports, summary of matchups and top/bottom performers from each week
- Draft grades and recap
- League history stats
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.
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
- Look through the open issues and find one you would like to work on (or create your own issues!)
- Create a new branch for your feature/fix
- Make your changes
- Submit a pull request
Please report any issues or request new features in the issues tab