Skip to content

A fantasy cricket game developed for an inter-university development competition, inspired by Dream11. Users can create their own teams, strategize based on player performances, and compete in virtual matches. Built with a focus on user engagement and competitive gameplay.

Notifications You must be signed in to change notification settings

vinukab/Spirit11-CodeMasters

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 

Repository files navigation

🏏 Spirit11 - Fantasy Cricket League

Spirit11 is an engaging and competitive fantasy cricket league developed for the MoraSpirit platform. It allows users to build dream teams using real university players, analyze statistics, and compete for the top spot on the leaderboard.

✨ Key Features:

  • Player Drafting: Select university players to form your ultimate cricket team.
  • Statistical Insights: Analyze player performance and make informed decisions.
  • Budget Management: Strategize within a budget to create a balanced squad.
  • Leaderboard Competition: Compete with others for the top rank.
  • AI-Powered Chatbot: The Spiriter Chatbot provides smart recommendations for team selection.

Do you have what it takes to dominate the leaderboard? 🚀

📌 How to Run the Project

1️⃣ Environment Setup

Before running the project, create a .env file in the server directory and add the following environment variables:

MONGODB_URI=YOUR_MONGODB_URI
JWT_SECRET=YOUR_JWT_SECRET
PASSWORD_HASH_SALT=YOUR_PASSWORD_HASH_SALT
PORT=5000
ORIGIN_URL=YOUR_ORIGIN_URL
GEMINI_API_KEY = Your_API_KEY

2️⃣ Backend Setup

  • Navigate to the server folder:\
  cd server
  • Install dependencies:\
  npm install
  • Start the backend server:\
  npm start

3️⃣ Frontend Setup

  • Navigate to the frontend folder:\
  cd client
  • Install dependencies:\
  npm install
  • Start the frontend development server:\
  npm run dev

About

A fantasy cricket game developed for an inter-university development competition, inspired by Dream11. Users can create their own teams, strategize based on player performances, and compete in virtual matches. Built with a focus on user engagement and competitive gameplay.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.5%
  • Other 0.5%