Strike is a next-generation fantasy cricket platform where fans can create teams, join contests, track live matches, and even collect NFTs of their favorite players. With a sleek UI and comprehensive stats, Strike brings cricket fantasy gaming to a whole new level.
- ๐ Fantasy Contests: Create teams and compete with other fans
- ๐ฎ Live Match Tracking: Follow match progress in real-time
- ๐จโ๐ฆฑ Player Profiles: Detailed stats for all your favorite cricketers
- ๐๏ธ NFT Marketplace: Collect and trade digital player cards
- ๐ Digital Wallet: Manage your earnings securely
- ๐ User Authentication: Secure login/signup system
- Frontend: React 18, TypeScript
- Styling: Tailwind CSS, shadcn/ui components
- Build Tool: Vite
- Backend: Supabase
- State Management: React Context API & React Query
- Routing: React Router
- Form Handling: React Hook Form with Zod validation
- Charts: Recharts
- Node.js (v16+)
- npm or Bun
# Clone the repository
git clone <YOUR_REPO_URL>
# Navigate to the project directory
cd strike
# Install dependencies
npm install
# or
bun install
# Start the development server
npm run dev
# or
bun devThe app will be available at http://localhost:5173
โโโ public/ # Static assets
โ โโโ players/ # Player images
โ โโโ team_logos/ # Team logos
โโโ src/
โ โโโ components/ # UI components
โ โ โโโ cricket/ # Cricket-specific components
โ โ โโโ layout/ # Layout components
โ โ โโโ ui/ # shadcn/ui components
โ โโโ contexts/ # React contexts
โ โโโ data/ # Mock data and API responses
โ โโโ hooks/ # Custom React hooks
โ โโโ integrations/ # Third-party integrations
โ โโโ lib/ # Utility functions
โ โโโ pages/ # Page components
โ โโโ services/ # API service layers
โโโ supabase/ # Supabase configurations
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
Project Link: https://github.com/Tarif-dev/strike
Made with โค๏ธ by the Strike Team
