{"id":28320338,"url":"https://github.com/mdashraful24/dream-11","last_synced_at":"2025-07-23T03:04:22.987Z","repository":{"id":294921749,"uuid":"900756043","full_name":"mdashraful24/dream-11","owner":"mdashraful24","description":"BPL-DREAM XI is an interactive React-based cricket team selection app where users can build a customized team of up to six players within a credit budget. It features real-time feedback via toast notifications, strategic team selection, and immersive credit management to simulate the thrill of real-world cricket auctions.","archived":false,"fork":false,"pushed_at":"2025-06-04T06:23:58.000Z","size":691,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-14T23:44:30.579Z","etag":null,"topics":["daisyui","html5","javascript","reactdom","reactjs","tailwindcss","toastify","vitejs"],"latest_commit_sha":null,"homepage":"https://b10a7-select-your-xi.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mdashraful24.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-12-09T12:16:49.000Z","updated_at":"2025-06-04T16:28:52.000Z","dependencies_parsed_at":"2025-05-26T04:16:52.428Z","dependency_job_id":null,"html_url":"https://github.com/mdashraful24/dream-11","commit_stats":null,"previous_names":["mdashraful24/dream-11"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mdashraful24/dream-11","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdashraful24%2Fdream-11","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdashraful24%2Fdream-11/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdashraful24%2Fdream-11/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdashraful24%2Fdream-11/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdashraful24","download_url":"https://codeload.github.com/mdashraful24/dream-11/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdashraful24%2Fdream-11/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266608970,"owners_count":23955546,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["daisyui","html5","javascript","reactdom","reactjs","tailwindcss","toastify","vitejs"],"created_at":"2025-05-25T10:08:54.579Z","updated_at":"2025-07-23T03:04:22.972Z","avatar_url":"https://github.com/mdashraful24.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BPL-DREAM XI\n\nThe **BPL-DREAM XI** app is an interactive cricket team selection platform built with React, designed to offer fans an immersive experience in forming their dream cricket team within a fixed credit budget. The app enables strategic team building while ensuring real-time feedback and a user-friendly interface.\n\n## 🚀 Live Demo\n- **Netlify:** [https://b10a7-select-your-xi.netlify.app/](https://b10a7-select-your-xi.netlify.app/)\n- **Surge:** [https://b10a7-select-your-xi.netlify.app/](https://b10a7-select-your-xi.netlify.app/)\n\n## ✨ Key Features\n- **Credit Management:**  \n  Users start with a fixed credit balance and can add credits if needed. Credits are deducted based on player bidding prices, requiring effective budgeting and decision-making.\n\n- **Strategic Player Selection \u0026 Removal:**  \n  Users can select up to six players while staying within the budget. Selected players can be removed at any time, with credits instantly refunded.\n\n- **Real-Time Notifications:**  \n  Using **React Toastify**, users receive instant feedback for all actions: successful selections, removal confirmations, duplicate warnings, and budget constraints.\n\n## 🛠️ Technologies Used\n- **React**: For building the UI and managing state.\n- **CSS \u0026 Tailwind CSS**: For styling, responsive layouts, and clean design.\n- **JSON**: For player data management.\n- **PropTypes**: For type checking of React components.\n- **React Toastify**: For interactive notifications.\n- **Vite**: For fast development and optimized builds.\n\n## 📦 Installation\nTo set up this project locally, follow these steps:\n\n```bash\n# Clone the repository\ngit clone \u003cyour-repo-url\u003e\n\n# Navigate to the project directory\ncd bpl-dream-xi\n\n# Install dependencies\nnpm install\n\n# Start the development server\nnpm run dev\n````\n\nOpen [http://localhost:5173](http://localhost:5173) to view it in your browser.\n\n## 🧩 Available Scripts\n\n* **`npm run dev`**: Start the development server.\n* **`npm run build`**: Build the app for production.\n* **`npm run lint`**: Lint the project using ESLint.\n* **`npm run preview`**: Preview the production build.\n\n## 📝 Project Structure\n\n```\nbpl-dream-xi/\n├── public/                # Static assets\n├── src/\n│   ├── components/        # Reusable React components\n│   ├── data/              # JSON player data\n│   ├── styles/            # Tailwind \u0026 CSS styles\n│   ├── App.jsx            # Root React component\n│   └── main.jsx           # React DOM entry point\n├── tailwind.config.js     # Tailwind configuration\n├── package.json           # Project metadata \u0026 dependencies\n└── vite.config.js         # Vite configuration\n```\n\n## 📊 Dependencies\n\nHere are some key dependencies used:\n\n```json\n\"dependencies\": {\n  \"react\": \"^18.3.1\",\n  \"react-dom\": \"^18.3.1\",\n  \"react-toastify\": \"^10.0.6\"\n},\n\"devDependencies\": {\n  \"@vitejs/plugin-react\": \"^4.3.3\",\n  \"tailwindcss\": \"^3.4.14\",\n  \"eslint\": \"^9.13.0\",\n  \"daisyui\": \"^4.12.13\",\n  \"vite\": \"^5.4.9\"\n}\n```\n\n## 🔗 Links\n\n* **Live App:** [https://b10a7-select-your-xi.netlify.app/](https://b10a7-select-your-xi.netlify.app/)\n* **React Toastify:** [https://fkhadra.github.io/react-toastify/](https://fkhadra.github.io/react-toastify/)\n* **Tailwind CSS:** [https://tailwindcss.com/](https://tailwindcss.com/)\n\n## 📌 License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\nEnjoy strategizing and building your dream cricket team! 🏏\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdashraful24%2Fdream-11","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdashraful24%2Fdream-11","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdashraful24%2Fdream-11/lists"}