diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..467735ba --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "stadiummate-web"] + path = stadiummate-web + url = https://github.com/mihirgupta0900/stadiummate-web/ +[submodule "stadiummate-app"] + path = stadiummate-app + url = https://github.com/mihirgupta0900/stadiummate-app/ diff --git a/README.md b/README.md index 04eafd41..90270139 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,88 @@ -# ICC Eliminator Submisison -Teams will be required to submit their code base on GitHub by forking this repository. -Follow the following steps to submit your code base. -1. **Fork** this repository. -1. Create a **folder with your team name** -1. **Upload** your code base and videos to the repository. -1. Create a **pull request** to this repository. Make sure you raise your **pull request** as per your **team name**. -1. You can also add you team details in the README.md of your forked repository -For Example: -### Team Information ------------- -###### Team Name - -###### Track - -###### Brief Description and Snapshots - +# Team Tek3 ICC Eliminator Submisison βœ¨πŸš€ + +![Collaborators](https://img.shields.io/badge/collaborators-3-red) +![Status](https://img.shields.io/badge/status-done-green) +![Issues](https://img.shields.io/badge/issues-0-blue) +[![made-with-Markdown](https://img.shields.io/badge/Made%20with-Markdown-1f425f.svg)](http://commonmark.org) +[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/) + +## Team Information πŸ€– + +### Team Name: Tek3 + +### Track: Stadium Experience + +| Name | GitHub Profile | +| :------------------- | :------------------------------------------: | +| Mihir Gupta | [GitHub](https://github.com/mihirgupta0900) | +| Vedant Singh | [GitHub](https://github.com/vedant-11) | +| Mayank Kumar Sohanda | [GitHub](https://github.com/MayankKrSohanda) | + +## Problem Statement 🚧 + +The goal of the prototype created by developers in this track is to enhance the experience of cricket fans attending matches in stadiums. The app should provide interactive elements such as a stadium navigation guide, allow fans to participate in on-ground events, and track their movement and behavior within the stadium. The app should also provide an easy and friendly way for fans to share their experiences on social media, so that others can watch it live or on TV. + +## About our project πŸ’₯ + +_Stadium Mate_ + +_"A must have app for cricket fans, no matter if you’re going to the match or not"_ + +Stadium Mate is a mobile app that has been designed to enhance the experience for cricket fans. It is targeted towards two audiences. The first audience is the fans who are going to the stadium to watch the match. The second audience is the fans who are watching the match at home. + +If you are at home, you can host or join watch parties to get stadium-like experience. If you don't wish to go out, you can connect with felloe cricket fans virtually using voice party. + +If you are in the stadium, you can answer trivia questions during extra innings, or engage in Third Umpire Mode during DRS. + +All activities you do, earns loyalty points, which can be redeemed for discounts on merchandise and future purchases on the application. + +- Made for all cricket fans +- Engage fans during the match +- Gamification using loyalty points + +## Features πŸ”§ + +- Host watch parties +- Find and join watch parties +- Earn blockchain-based loyalty points +- Connect with fellow cricket fans virtually using voice party +- Match Mode to turn into a simple UI during match +- Answer trivia questions during extra innnings and earn points +- Engage in Third Umpire Mode during DRS +- Get the latest news and scores +- Cross platform (web and app) + +## USPs 🚨 + +- User friendly +- Cross platform +- Engagement feature +- Loyalty points +- Watch along +- Voice party + +## Screenshots πŸ–ΌοΈ + +[Video](https://www.loom.com/share/56cb229783a649ce93536b9ddf78226c) + +## Technology Stack πŸ’» + +- Web + - NextJS + - Typescript + - Prisma + - PostgreSQL + - tRPC + - Chakra UI + - Google Auth +- App + - Kotlin + - Jetpack Compose + - Firebase Auth +- Web3 + - Polygon + - ethersjs + - Hardhat +- Hosting Platforms + - Vercel + - Railway.app diff --git a/stadiummate-app b/stadiummate-app new file mode 160000 index 00000000..e0b131c3 --- /dev/null +++ b/stadiummate-app @@ -0,0 +1 @@ +Subproject commit e0b131c3972f4186ed8237db9245599c09348a0c diff --git a/stadiummate-web b/stadiummate-web new file mode 160000 index 00000000..b4da1e6b --- /dev/null +++ b/stadiummate-web @@ -0,0 +1 @@ +Subproject commit b4da1e6b4e7e0a38a20ed57903a7639f1a7f4a10