Mutuals - Emory University CS 370 Group Project - Team Devkam
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.
- Year: Junior
- Major: Computer Science and QSS
- Interests: Sports, Movies, Machine Learning and Artifical Intelligence
- Year: Junior
- Major: Computer Science and Business
- Interests: Cooking, Swimming, Business Intelligence and Finance
- Year: Junior
- Major: Computer Science and QTM
- Interests: Machine Learning, Languages, Architecture and Art
- Year: Junior
- Major: Computer Science and QTM
- Interests: Watching Netflix, Socializing With Friends, and Exploring New Technology
- Year: Junior
- Major: Computer Science and Mathematics
- Interests: Poker, Artifical Intelligence, Machine Learning and Basketball
- Year: Junior
- Major: QSS
- Interests: Soccer, Eating, Data Visualization, NLP, and Traveling
- Year: Junior
- Major: Computer Science and Economics
- Interests: Literature, Fintech, Hiking, and Tennis
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 |
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.