This is the frontend repository for the Football Tournament Management System, a comprehensive platform designed to facilitate the management of football tournaments. With this system, users can create new teams, set up tournaments, add teams to tournaments, automatically create groups based on team ratings, schedule matches, view tournament details, and track team history.
- Create new teams and tournaments.
- Add teams to tournaments.
- Automatically generate groups based on team ratings.
- Schedule matches and manage match details.
- View tournament history and track team performance.
- User-friendly admin panel for easy management.
- React.js
- Tailwind CSS
To get started with the frontend of the Football Tournament Management System, follow the installation instructions below.
- Node.js (version 12 or above)
- Clone the Repository:
git clone https://github.com/dragon-devs/ftms-frontend.git
markdown Copy code
- Navigate to the Project Directory:
cd ftms-frontend
- Install Dependencies:
npm install
- Start the Development Server:
npm start
- Access the Application: Open your web browser and go to (http://localhost:3000).
Contributions are welcome! Please feel free to submit issues or pull requests.
This project is licensed under the MIT License.