This repository contains the frontend part of the Ipl Auction website for College event.
- Users join the game with a certain amount of 'play-money' credited to their account.
- The game begins when users bid for the Ipl team they want to own, and bid for it, which is then alloted to them.
- A certain number of users play together in room called slot. These players are then presented an Ipl Player card for which they bid an amount.
- Players are also given certain 'powercards' which grant them certain advantages.
- After all biddings are completed, the player then strategically arranges their cards according to their stats for maximum score.
- User with highest score wins.
Clone the repository to your local machine.
git clone https://github.com/AsarNaufil/ipl-auction-2024-webInstall the dependencies of the project.
npm iRun the website on your local machine.
npm run dev- ReactJS
- TailwindCSS
- Vite
- Keep all components in their own directory, containing related css and other files.
- Follow the project structure, and use as good and readable variable names as possible.