ZotSwap is a full-stack skill-trading platform built for UCI students. Users can create profiles listing the skills they offer (e.g., tutoring, graphic design, fitness training) and swipe or search for skills they want to learn — fostering a collaborative and connected campus community.
- Framework: Next.js (App Router or Pages Router)
- Styling: Tailwind CSS
- Database: MongoDB Atlas (via Mongoose)
- Authentication: JSON Web Tokens (JWT) or NextAuth.js (optional)
Make sure you have the following installed:
- Node.js (latest LTS recommended)
- npm (comes with Node.js)
- A MongoDB Atlas account
- Clone the repository
git clone https://github.com/your-username/zotswap.git
cd zotswap