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.
- 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.
- 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.
- A modern web browser (Chrome, Firefox, Edge, Safari).
- A local web server (optional but recommended for routing).
- Clone the repository:
git clone https://github.com/siva1106/cricket.git
- Navigate to the project directory:
cd cricket
You can serve the application using Python's built-in HTTP server:
python3 -m http.server 8000Open your browser and visit http://localhost:8000.
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
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.