This project is a modern CRUD (Create, Read, Update, Delete) web application built with Next.js App Router, styled using Tailwind CSS, and powered by shadcn/ui for beautiful and accessible components. Data fetching and HTTP requests are handled seamlessly using Ky, a lightweight and elegant HTTP client.
- ✅ Create, Read, Update, and Delete operations for managing data
- ⚡ Built with Next.js App Router and Server Actions
- 🎨 Tailwind CSS for utility-first, responsive styling
- 🧱 shadcn/ui for customizable UI components
- 🌐 Ky for concise and readable HTTP requests
- 💡 Fully responsive and accessible design
- Framework: Next.js (App Router)
- Styling: Tailwind CSS
- UI Library: shadcn/ui
- HTTP Client: Ky
API_URL="http://127.0.0.1:9055"
NEXT_PUBLIC_API_URL="http://localhost:9055"
MIT