Skip to content

macarah/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

This is a Next.js project bootstrapped with create-next-app.

First, 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.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/demo.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.1%
  • JavaScript 1.1%
  • CSS 0.8%