๐ A React + Tailwind powered website that provides live cricket scores with a modern UI/UX.
๐ฎ Future plans include adding Hockey and Chess scores as well!
โ
Live Cricket Scores with real-time updates from CricketData API
โ
Modern and responsive UI with Tailwind CSS
โ
Search and filter options for matches
โ
Interactive cards for match details
โ
Fast & optimized with Vite
(Will be added soon)
- Frontend: React, Tailwind CSS
- Bundler: Vite
- API: CricketData API
- No State Management Used
git clone https://github.com/surajkr97/LiveCricketScore.git
cd LiveCricketScore
npm install
npm run dev
LiveCricketScore/
โโโ public/ # Static assets
โโโ src/ # Source code
โ โโโ components/ # Reusable UI components
โ โ โโโ Navbar.jsx # Navigation bar
โ โ โโโ Searchbar.jsx # Search functionality
โ โ โโโ Card.jsx # Match info card
โ โโโ App.jsx # Main app component
โ โโโ main.jsx # Entry point
โโโ package.json # Project dependencies
โโโ vite.config.js # Vite config
โโโ README.md # Project documentation
โ
Add Hockey & Chess Scores
โ
Dark mode support ๐
โ
User authentication for personalized match tracking
โ
Push notifications for live match updates
Want to contribute? Feel free to open issues or pull requests.
๐ (Will be added soon)