| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A frontend-only Helpdesk System design clone built with React, TypeScript, Redux Toolkit, and Vite.
This project was created as part of an assignment to replicate the UI and behavior of a helpdesk dashboard.
src/
app/ # Redux store and custom hooks
components/ # Reusable UI components
elements/ # Sidebar and layout elements
features/ # Auth, ticket, and audit data (JSON-based)
layouts/ # Route-based layout wrappers
pages/ # Core pages (Dashboard, Login, Tickets, etc.)
index.css # Global styles
main.tsx # Entry pointInstall dependencies
pnpm installRun the development server
pnpm devBuild for production
pnpm buildPreview the production build
pnpm previewLint the code
pnpm lint| Back | FazBrowse Home | New Git URL |