TaskForge is a modern full-stack project management platform built to help teams organize projects, manage tasks, and collaborate efficiently. It provides an intuitive workspace where users can streamline workflows, monitor progress, and improve team productivity.
- 🔐 Secure authentication and user management
- 👥 Team workspaces and collaboration
- 📋 Create, assign, and manage tasks
- 📊 Project progress tracking
- 🔔 Email notifications and automated workflows
- 📱 Responsive and modern user interface
- React.js
- Tailwind CSS
- Axios
- Node.js
- Express.js
- RESTful APIs
- PostgreSQL (Neon)
- Clerk Authentication
- Prisma ORM
- Inngest
- Nodemailer
git clone https://github.com/Abdullah-Hunjra1/TaskForge# Client
cd client
npm install
# Server
cd ../server
npm installCreate a .env file in the server directory and add the required environment variables.
# Backend
npm run dev
# Frontend
npm run devTaskForge/
├── client/
├── server/
├── README.md
└── package.json
Abdullah Jutt