Skip to content

workclever/frontend

Repository files navigation

WorkClever

🏆 Open source, free project management/issue tracking software to manage your work and projects

Features

General

  • 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

Tasks

  • 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..)

Images 🖼️ 🖼️

Board as kanban

Board as kanban

Board as list

Board as list

Task detail

Task detail

Project settings

Project settings

Custom fields

Custom fields

Site settings

Site settings

Installation & running

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 application.

git clone https://github.com/workclever/backend.git
cd backend/WorkCleverSolution
dotnet build
dotnet run

Used technologies

TODO

  • User forgot password flow
  • User invite flow
  • E2E Tests
  • Improve any usage to appropriate types (tech debt)