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
