Skip to content

djroytburg/project-apollo

 
 

Repository files navigation

Mutuals

Mutuals - Emory University CS 370 Group Project - Team Devkam

About Mutuals

Mutuals is a web-based application that simplifies the process of finding and connecting with individuals who share a common interest in playing sports during the weekend. By allowing users to input their sport preferences and availability, Mutuals facilitates the formation of groups with similar interests and schedules. The application uses an algorithm that runs every Thursday, creating groups of users who can connect through a group chat to plan and organize their sporting events.

Team Members

Aarush Bedi

  • Year: Junior
  • Major: Computer Science and QSS
  • Interests: Sports, Movies, Machine Learning and Artifical Intelligence

Avarna Swaika

  • Year: Junior
  • Major: Computer Science and Business
  • Interests: Cooking, Swimming, Business Intelligence and Finance

Dani Roytburg

  • Year: Junior
  • Major: Computer Science and QTM
  • Interests: Machine Learning, Languages, Architecture and Art

El Yirdaw

  • Year: Junior
  • Major: Computer Science and QTM
  • Interests: Watching Netflix, Socializing With Friends, and Exploring New Technology

Karam Khanna

  • Year: Junior
  • Major: Computer Science and Mathematics
  • Interests: Poker, Artifical Intelligence, Machine Learning and Basketball

Macarah Morgan

  • Year: Junior
  • Major: QSS
  • Interests: Soccer, Eating, Data Visualization, NLP, and Traveling

Vidhi Mittal

  • Year: Junior
  • Major: Computer Science and Economics
  • Interests: Literature, Fintech, Hiking, and Tennis

Sprint Review

Sprint Date Topics
0 18th Sept Project Proposal
1 25th Sept Set up Project and Database
2 2nd Oct Login and Onboarding Process
3 9th Oct Fall Break
4 16th Oct Calendar Page and Email Notifications
5 23rd Oct Profile Page and SMS Notifications
6 30th Oct Chat and Matching Algorithm
7 6th Nov Invitations Page and Chat System
8 13th Nov Matching Algorithm linked to Database
9 20th Nov Thanksgiving Break
10 27th Nov Bug Fixes and UI improvement

Getting Started

Visit the prod site at: https://mutuals-beta.vercel.app/

To run locally you'll need to set up Firebase DB and Firebase Auth and provide the required .env variables in .env.local file.

To run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.0%
  • JavaScript 1.1%
  • CSS 0.9%