CricketApp

  • Only one match simulation is done.
  • Create database and update .env file.
  • Route: /
  • Run migrations: php artisan migrate.
  • Seeding: php artisan db:seed.

//Todo

  • Vue implementation.
  • Fixing bug with over limitation.
  • Display winner.
  • Simulate multiple matches.