A modern ticket management application built with Next.js, Tailwind CSS, and Font Awesome. This app allows users to create, manage, and track tickets efficiently with a sleek and responsive UI.
- Create, view, and manage tickets.
- Categorize tickets (e.g., Bug, Feature, Task).
- Responsive design for mobile and desktop.
- Modern UI with Tailwind CSS.
- Node.js (v16 or higher)
- npm or yarn
- Clone the repository:
git clone https://github.com/Suwagath/ticket-app.git cd ticket-app - Install Dependencies:
npm i - Start the development server:
npm run dev - Open the app in your browser:
http://localhost:3000
- Navigate to the dashboard to view all tickets.
- Click "Create Ticket" to add a new ticket.
- Update tickets by clicking on them
Next.js: React framework for server-side rendering and static site generation. Tailwind CSS: Utility-first CSS framework for styling. Font Awesome: Icon library for modern UI components.
This project is licensed under the MIT License.




