Link : https://protask-qbgmtdhtu-vaishnavvidhi2312-gmailcom.vercel.app/
ProTask is designed to empower efficient task and project management. Seamlessly organize, track, and prioritize tasks while overseeing the progress of complex projects. ProTask's intuitive interface fosters collaboration, ensuring your team stays aligned and projects stay on course. Elevate your project management experience with ProTask today.
- Users can SignUp and LogIn.
- Registered users can create new projects.
- Projects can be assigned to other users also.
- Assigned users can contribute to project created by the User.
- Members can see the overview of the project i.e: Completed, UnderProgress etc.
- Users can proceed to checkout and complete their purchase.
React / Redux / Tailwind Css / Chakra UI / React-Router-Dom / Express / MongoDB
- Clone the repo :
git clone https://github.com/prateekshuklaps0/loud-weight-1875.git
- Install Dependencies :
cd Front-End
- Start the Front-End Server :
npm install
npm run dev
- Install Dependencies :
cd Back-End
npm install
- Create .env file and add :-
DB_Url=Your-MongoDB-URL
- Start the Back-End Server :
npm run server