Tiquet

screenshot of Tiquet
flask
react

Project management tool inspired in the kanban methodology made in React, Python, Flask and PostgreSQL.

Overview

Tiquet is an open-source project management tool that embraces the Kanban methodology, providing teams with a flexible way to visualize and manage their workflows. With its user-friendly interface and powerful functionality, Tiquet aims to enhance productivity and collaboration among team members, making it an attractive option for those looking to streamline their project management processes.

The installation process for Tiquet involves meeting specific requirements, including software dependencies such as NodeJS, Python, and PostgreSQL. Once set up, users can easily initialize the project environment, allowing for seamless project tracking and task management.

Features

  • Open Source: Tiquet is completely open source, allowing users to customize and adapt it to their specific needs without any licensing costs.
  • Kanban Focused: Designed around the Kanban methodology, it helps teams visualize their workflow effectively, ensuring tasks are managed efficiently.
  • Easy Installation: Requirements are clearly defined, making the installation process straightforward for users with basic technical skills.
  • Development Flexibility: Users can choose to start the application in development mode with a single command or independently, catering to different development workflows.
  • Multiple Language Support: It utilizes popular programming languages such as NodeJS and Python, fostering a familiar environment for many developers.
  • PostgreSQL Compatible: With built-in support for PostgreSQL, Tiquet ensures robust data management and storage capabilities.
flask
Flask

Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

Redux

Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.