Skip to content

UtkarshPardhi/sports-statistics-application-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sports Statistics Application Using Python

Overview

The Sports Statistics Application is a Python-based web application that displays and manages statistics for multiple sports such as Cricket, Football, Hockey, and Tennis. The project provides user and admin dashboards with sport-wise views using a clean UI.

This application demonstrates backend development using Python along with frontend integration using HTML, CSS, and JavaScript.


Features

  • User authentication (Login & Signup)
  • Admin and User dashboards
  • Sport-wise statistics pages:
    • Cricket
    • Football
    • Hockey
    • Tennis
  • Clean UI using HTML, CSS, and JavaScript
  • Backend logic handled using Python
  • Modular project structure

Technologies Used

  • Python
  • HTML, CSS, JavaScript
  • Flask (if applicable)
  • SQL / Database (via db.py)
  • Git & GitHub

Project Structure

Sports Statistics/ ├── app.py ├── requirements.txt ├── utils/ │ └── db.py ├── templates/ │ ├── index.html │ ├── user_login.html │ ├── admin_login.html │ ├── signup.html │ ├── user_dashboard.html │ ├── admin_dashboard.html │ ├── cricket.html │ ├── football.html │ ├── hockey.html │ └── tennis.html ├── static/ │ ├── styles.css │ ├── script.js │ └── images/ └── .gitignore


How to Run the Project

  1. Clone the repository: git clone https://github.com/UtkarshPardhi/sports-statistics-application-python.git
  2. Navigate to the project directory: cd Sports-Statistics
  3. Install dependencies pip install -r requirements.txt
  4. Run the application python app.py
  5. Open the browser and access http://127.0.0.1:5000

Purpose of the Project

➡️Practice Python backend development

➡️Understand project structuring

➡️Learn Git and GitHub workflow

➡️Build a resume-ready application

Author

Utkarsh Dilip Pardhi GitHub: https://github.com/UtkarshPardhi

Note

This project is built for learning and demonstration purposes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors