Football is the client-side application for The League, a football club admin platform.
It is built with React, using Context API for state management, custom hooks, and a GraphQL client to connect to the Football XP Server.
- Modern React frontend for The League
- Context API for global state (no Redux used)
- Custom React hooks for reusable logic
- Integrated with a GraphQL client
- Fully connected to the backend server
- Docker support for containerized deployment
- React
- Context API
- Custom Hooks
- GraphQL Client
- Yarn / npm
Clone and start the client in one go:
Using Yarn:
git clone https://github.com/Micode360/Football-Club-Admin.git && \
cd football && \
yarn install && \
yarn start