A project management tool with the user in mind.
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.
- node
- npm
- postgresql
- redis
Clone the repo
git clone https://github.com/PikaYuhno/tidify
Go to the directory and install dependecies
cd tidify
yarn install
cd ./packages/web
yarn start
Then go to http://localhost:3000
cd ./packages/desktop
yarn start
cd ./packages/server
yarn dev
You can find some screenshots here.
- Authentication
- Guilds
- Chat
- Kanban Boards
- Calendar
- Annoucements
- Share documents
- Github notifications
- Chat notifications
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.