LinkUp is a web application that connects students through collaborative study sessions where social accountability enhances productivity. This project utilizes a serverless, Firebase backend and React with Next.js frontend.
- Find study partners with similar study preferences
- Create or browse existing study sessions
- Frontend: React, Next.js
- Backend: Firebase (serverless)
- Database: Firestore
- Authentication: Firebase Auth
- Styling: Tailwind
- Clone the repository in your desired folder.
git clone https://github.com/ryyu444/LinkUp.git- Navigate to the project directory:
cd LinkUp- Install the necessary dependencies:
npm i- Once installed, run the development server.
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev- Navigate to the generated localhost link and explore!
The following students contributed to this project as part of ECS-162:
- Ryan Yu
- James Fu
- Andrew Fojas
- Mingzhe Wu
- Shengzhe Zhang
- Weifeng Liu
Note: Author order does not represent relative contribution levels.
This project is dual-licensed under:
- MIT License
- Apache License 2.0