Tricker is a dynamic, real-time ticket tracking application designed to streamline issue management and enhance project oversight. It seamlessly integrates with popular ticketing platforms such as Linear, Jira, and more, providing a unified interface for tracking and managing tickets across various systems. The frontend is built using the robust and modern React framework combined with Vite for an optimized development experience.
- Real-Time Tracking: Instantly view and manage tickets as they are updated in real-time.
- Multi-Platform Integration: Easy integration with platforms like Linear, Jira, and others.
- User-Friendly Interface: A clean and intuitive interface built with React.
- Customizable Dashboards: Tailor your view to prioritize information that matters most to you.
- React: For building the user interface.
- Vite: As the build tool for faster development and optimization.
- Node.js (version 20)
- npm or Yarn
-
Clone the Repository
git clone https://github.com/sirius-valley/tricker-front.git cd tricker-frontend
-
Install Dependencies
npm install
-
Create a .env file
Copy the contents from .env.template adding your custom variables
-
Run the application
npm run dev