A fantasy cricket platform where users can build their dream teams from real university players, analyze statistics, and compete for the top spot on the leaderboard.
- Team Management: Create and manage your fantasy cricket team
- Player Statistics: View detailed player statistics and performance metrics
- Leaderboard: Compete against other users and climb the leaderboard
- Chatbot Integration: Get help with the Spiriter chatbot
- Admin Panel: Manage players and view tournament statistics
- Real-time Updates: Get live updates using Socket.IO
- Next.js: React framework for server-side rendering and static site generation
- MongoDB: Database for storing user data, teams, and player statistics
- Socket.IO: Real-time bidirectional communication
- Tailwind CSS: Utility-first CSS framework
- Gemini API
- Node.js (v14 or higher)
- MongoDB
- Git
- Clone the repository:
git clone https://github.com/PramukaNavodh/SpiritX_x-coders_02.git cd SpiritX_x-coders_02
- Install the npm
npm install
- Add .env file
MONGODB_URI=your_mongodb_connection_string GEMINI_API_KEY=your_gemini_api_key
- Start the development server:
npm run dev