Skip to content

SoulDev07/ipl-auction-2024-web

 
 

Repository files navigation

Ipl Auction 2024 Website

This repository contains the frontend part of the Ipl Auction website for College event.

Description

  • 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.

Setup

Clone the repository to your local machine.

git clone https://github.com/AsarNaufil/ipl-auction-2024-web

Install the dependencies of the project.

npm i

Run the website on your local machine.

npm run dev

Tech Stack

  • ReactJS
  • TailwindCSS
  • Vite

Development Style Guide

  • 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.

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages

  • JavaScript 89.9%
  • CSS 9.5%
  • HTML 0.6%