Live: https://kickstart-ahmadimam.vercel.app/
KickStart is a football tournament management website, built in NextJs and MongoDB.
- Go to ./kickstart
- Run npm install
- run npm run dev
- Enjoy !!!
-
Create tournaments, teams, players
-
After creating tournament, manage squad for the teams and update match details.
-
Add moderators who can update match information which is visible to everyone
-
Login via google to create or modify anything on the website.
-
The matches are automatically generated based on the tournament structure provided during creation.
-
Currently there is support for English, Finnish and Bangla languages. The application automatically detects and previews the first language from browser language settings.
-
You can switch the theme from light mode to dark mode anytime.
HOME SCREEN |
Teams SCREEN |
Tournament Details SCREEN |
Match Details SCREEN |
Team Details in Tournament SCREEN |
Player Details SCREEN |
- Currently, it's not possible to create tournaments with 2nd rounds, only from quarter-finals.
- There are no systems for home, away matches