Skip to content

midhunk0/ipl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IPL

IPL

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.

Features

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

Installation

  1. Clone the repository:
    git clone https://github.com/midhunk0/ipl.git
  2. Navigate to the project directory:
    cd ipl
  3. Install client dependencies:
    cd client
    npm install
  4. Install server dependencies:
    cd ../server
    npm install

Usage

  1. Start the backend server:
    cd server
    npm start
  2. Start the frontend development server:
    cd ../client
    npm run dev
  3. Open your browser and navigate to http://localhost:5173.

Dependencies

  • MongoDB
  • Express
  • React
  • Node.js

License

This project is open-source and licensed under the MIT License.

About

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.

Topics

Resources

Stars

Watchers

Forks

Contributors