Tickify is a modern ticket management system built for teams.
Route, prioritize, and resolve customer requests faster — with built-in SLAs, automation, and analytics in one intuitive dashboard.
| Category | Technology |
|---|---|
| Framework | React (with Vite or CRA) |
| Styling | Tailwind CSS / CSS Modules |
| Icons | Lucide React |
| State Management | React Hooks / Context API |
| Routing | React Router |
| Build Tool | Vite or Create React App |
| Linting & Formatting | ESLint, Prettier |
Follow these steps to set up the project locally.
git clone https://github.com/Fortstar09/tickify-react.git
cd tickify-react
npm install
# or
yarn install
npm run dev
# or
yarn dev
This will start the app locally. By default, it runs on http://localhost:5173