Skip to content

DevArghyaDas/crud-frontend-nextjs

Repository files navigation

🛠️ Next.js CRUD Application

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.


🚀 Features

  • 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

🧰 Tech Stack


.env

API_URL="http://127.0.0.1:9055"
NEXT_PUBLIC_API_URL="http://localhost:9055"

License

MIT

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published