Welcome to the Fantasy Football Dashboard! This web application allows you to manage and visualize different fantasy football competitions. Built with React, it provides a clean and interactive interface to display team rosters, competition rules, and more.
- Competition Selection: Choose from multiple fantasy football competitions.
- Team Rosters: View detailed team rosters with player information.
- Rules Display: See the competition rules clearly laid out.
- Responsive Design: Optimized for both desktop and mobile views.
- Configurable: Easily update competition data via a YAML configuration file.
We welcome contributions to improve the Fantasy Football Dashboard! Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature
). - Make your changes and commit (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Create a new Pull Request.
Happy coding!