🎯 Collabrix is a collaborative project management platform.
This repository contains the Next.js frontend, providing an intuitive and responsive UI that connects with the Spring Boot backend.
- 🔐 User authentication and session management
- 🧩 Create and manage projects
- 👥 Invite and manage project members
- ✅ Assign and track tasks
- 📊 Responsive UI using Tailwind CSS
- 🔗 API integration with Spring Boot backend
🔗 Access the deployed frontend here:
https://collabrix-dev.vercel.app
- Next.js
- React
- Tailwind CSS
- Axios for API communication
- Framer Motion (for animations)
Create a .env.local file in the root and add the following:
NEXT_PUBLIC_API_BASE_URL=http://localhost:8081/api
# For production (e.g., Render backend)
# NEXT_PUBLIC_API_BASE_URL=https://collabrix-backend.onrender.com
⚠️ Do not commit.env.localto GitHub.
git clone https://github.com/mehul515/Collabrix-Frontend.git
cd Collabrix-Frontendnpm installnpm run devFrontend will be available at: http://localhost:3000
npm run build
npm startThis frontend is deployed using Vercel for seamless integration with Next.js.
In your Vercel project settings, set the following environment variable:
NEXT_PUBLIC_API_BASE_URL=https://collabrix-backend.onrender.com/apiOnce set, trigger a redeploy and you're live 🎉