🏆 Open source, free project management/issue tracking software to manage your work and projects
- Free to use, open source
- Kanban board with drag/drop functionality
- Custom fields to extend the tasks based on spesific project requirements
- Multiple projects and boards
- Multiple admins and project based user access management
- User collaboration
- Task assigning to a user
- Commenting on a task
- Subtasks
- Easy task and column creation
- Uploading/attaching files to a task
- Custom task relation types (blocking, duplicating etc..)
Execute following commands to run the application.
git clone https://github.com/workclever/frontend.git
cd frontend
yarn
yarn start
By default, it will try to connect to localhost:5001
to access to API.
Execute following commands to run the API (backend) application.
git clone https://github.com/workclever/backend.git
cd backend/WorkCleverSolution
dotnet build
dotnet run
- Reactjs
- RTK Query for data fetching and storing
- Ant Design for most of UI components
- Ant Design Pro Components for crud and forms
- Elastic UI for editor
- @ant-design/colors for colors
- Pragmatic Drag and Drop for Drag drop
- User forgot password flow
- User invite flow