An open API service indexing awesome lists of open source software.

https://github.com/coder-abdo/ticket-system


https://github.com/coder-abdo/ticket-system

Last synced: 4 months ago
JSON representation

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).