apatti/DukesCricketFantasy — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a cricket fantasy web app for IPL and World Cup style tournaments. I want users to be able to view tournament rules, create or manage fantasy teams, follow player points, and see rankings or standings as the tournament goes on.

Use a simple responsive front end that feels like a Bootstrap style sports dashboard, and make it work well in the browser. The app should be built with Vue since this project is already set up that way. It should be ready to run locally with npm install and npm run serve, and also build cleanly for production.

The back end can be wired for AWS Amplify, matching the existing project setup. Please keep the live points idea in mind, so the UI can show updated points when data changes, even if the actual updater service is separate. Look up current docs online if you need to.

Want more depth? Deep Reverse