https://github.com/coder-abdo/ticket-system
https://github.com/coder-abdo/ticket-system
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coder-abdo/ticket-system
- Owner: coder-abdo
- Created: 2023-09-21T13:48:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T19:00:16.000Z (over 1 year ago)
- Last Synced: 2025-01-14T11:58:20.288Z (6 months ago)
- Language: TypeScript
- Size: 632 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ticket App
This is a `Ticketing` System allow user to show all tickets, add ticket, and show ticket details with all functionalities such as `retrieve`, `create`, `update`, and `delete` any specific ticket.
UI Design:
- [UI](https://www.figma.com/file/Khv9AR825JLsasmblPErsq/React-Task?type=design&node-id=1%3A7466&mode=design&t=7QVb4TF8wHQoWEF5-)
1. uses [Figma](https://www.figma.com/)
## Techs
- React (for UI).
- Typescript (for type saftey).
- JSON Server (for DB manipulation).
- Redux-Toolkit (for State Managment).
- TailwindCSS (for styling).
- React-Query (for data handling).
- Axios (for API Requests).
- ApexCharts (for handling chart components).
- React-Hook-Form (for handling forms).
- Zod (for schema checking).