Skip to content

Ahmad-Imam/KickStart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KickStart

Welcome to KickStart.

Live: https://kickstart-ahmadimam.vercel.app/

Information

KickStart is a football tournament management website, built in NextJs and MongoDB.

Frontend Instructions

  1. Go to ./kickstart
  2. Run npm install
  3. run npm run dev
  4. Enjoy !!!

Application Features

  1. Create tournaments, teams, players

  2. After creating tournament, manage squad for the teams and update match details.

  3. Add moderators who can update match information which is visible to everyone

  4. Login via google to create or modify anything on the website.

  5. The matches are automatically generated based on the tournament structure provided during creation.

  6. Currently there is support for English, Finnish and Bangla languages. The application automatically detects and previews the first language from browser language settings.

  7. You can switch the theme from light mode to dark mode anytime.

Sample Screenshots

HOME SCREEN
Teams SCREEN
Tournament Details SCREEN
Match Details SCREEN
Team Details in Tournament SCREEN
Player Details SCREEN

Application Limitations

  • Currently, it's not possible to create tournaments with 2nd rounds, only from quarter-finals.
  • There are no systems for home, away matches