Skip to content

siva1106/cricket

Repository files navigation

Cricket 360

Cricket 360 is a premium, real-time cricket score application designed to deliver an immersive experience for cricket fans. Built with a modern, dark-themed UI, it offers live scores, match schedules, news, and detailed team statistics.

Features

  • Live Scores: Real-time updates with a dynamic carousel of live matches.
  • Match Center: Detailed scorecards, commentary, and match information.
  • Premium Dark Theme: A sleek, visually appealing interface with neon accents.
  • Responsive Design: Fully optimized for desktop, tablet, and mobile devices.
  • News & Updates: Curated cricket news and featured articles.
  • Schedule & Series: Comprehensive match schedules and series tracking.
  • Team Profiles: Detailed team rankings and information.

Tech Stack

  • HTML5: Semantic structure.
  • CSS3: Custom properties, Flexbox, Grid, and animations (No frameworks).
  • JavaScript (ES6+): Vanilla JS for application logic and state management.
  • Client-Side Routing: Custom router for a seamless Single Page Application (SPA) feel.

Getting Started

Prerequisites

  • A modern web browser (Chrome, Firefox, Edge, Safari).
  • A local web server (optional but recommended for routing).

Installation

  1. Clone the repository:
    git clone https://github.com/siva1106/cricket.git
  2. Navigate to the project directory:
    cd cricket

Running the App

You can serve the application using Python's built-in HTTP server:

python3 -m http.server 8000

Open your browser and visit http://localhost:8000.

Project Structure

cricket/
├── index.html          # Home page (Live Scores)
├── schedule.html       # Schedule page
├── news.html           # News page
├── series.html         # Series page
├── teams.html          # Teams page
├── styles/
│   └── main.css        # Global styles and theme
├── js/
│   ├── app.js          # Main application logic
│   ├── router.js       # Client-side routing
│   └── data.js         # Mock data source
├── favicon.png         # App icon
└── README.md           # Project documentation

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

cricket app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors