This web application allows users to view the points table, match details, and season stats for the Indian Premier League (IPL). The data is managed and updated by the admin.
- Admin Authentication – Admin can register and log in securely.
- Data Management – Admin can manage team details, points table, match details, and stats based on real-time updates.
- Data Visualization – Users can view the points table, match details, and season stats in an intuitive format.
- Clone the repository:
git clone https://github.com/midhunk0/ipl.git
- Navigate to the project directory:
cd ipl - Install client dependencies:
cd client npm install - Install server dependencies:
cd ../server npm install
- Start the backend server:
cd server npm start - Start the frontend development server:
cd ../client npm run dev - Open your browser and navigate to
http://localhost:5173.
- MongoDB
- Express
- React
- Node.js
This project is open-source and licensed under the MIT License.
