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 |
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.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
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.