Skip to content

Latest commit

 

History

History
executable file
·
66 lines (60 loc) · 1.39 KB

README.md

File metadata and controls

executable file
·
66 lines (60 loc) · 1.39 KB

A project management tool with the user in mind.

Landing page

About

Tidify is a project management tool that allows you to have a better overview of your project and helps you to become more productive and efficient.

Prerequisites

  • node
  • npm
  • postgresql
  • redis

Installation

Clone the repo

git clone https://github.com/PikaYuhno/tidify

Go to the directory and install dependecies

cd tidify
yarn install

Usage

Web client:
cd ./packages/web
yarn start

Then go to http://localhost:3000

Desktop client:
cd ./packages/desktop
yarn start
Server:
cd ./packages/server
yarn dev

Screenshots

You can find some screenshots here.

Features

Main Features

  • Authentication
  • Guilds
  • Chat
  • Kanban Boards
  • Calendar

Planned Features

  • Annoucements
  • Share documents
  • Github notifications
  • Chat notifications

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT