ProjectSync is a web-based application designed to help teams efficiently manage projects, tasks, and collaboration. With an intuitive interface, ProjectFlow simplifies tracking progress, setting priorities, and communicating on a single platform.
- Project Management
- Task Management
- Team Collaboration
- Progress Tracking
- Team Activity Log
FrontEnd : ReactJS, TailwindCSS, Shadcn
BackEnd : Supabase
- Clone the project
git clone https://github.com/Antsistra/ProjectSync.git
- Go to the project directory
cd ProjectSync
- Install dependencies
npm install
-
Change the env.sample to .env
-
Change the .env value
VITE_SUPABASE_URL="PUT_SUPABASE_URL_HERE"
VITE_SUPABASE_IMG_BASE_URL="PUT_SUPABASE_IMG_BASE_URL_HERE"
VITE_SUPABASE_ANON_KEY="PUT_SUPABASE_ANON_KEY_HERE"
- Run the Project
npm run dev
We welcome contributions! If you would like to help:
- Fork This Repository.
- Create New Branch for new feature or fix
git checkout -b your-feature-branch
- Commit your changes
git commit -m "Add new feature"
- Push your branch
git push origin your-feature-branch
- Create a Pull Request and explain your changes.