Skip to content

rayhannovelo/NextJS-Shadcn-Example

Repository files navigation

Next.js 14 with Shadcn/UI

This project is a full-stack web application built with Next.js 14 and Shadcn/UI, featuring authentication, CRUD operations, theming, and more. The backend API is a separate project powered by Adonis.js 6.

Features

  • Login Functionality: Authentication using credentials.
  • CRUD Operations: Basic create, read, update, and delete actions for managing data.
  • Theming: Customizable light and dark modes using Shadcn/UI components.
  • API Integration: Connects to a separate backend built with Adonis.js 6.
    Backend Repository: AdonisJS-6-REST-API.

Tech Stack

  • Frontend:
    • Next.js 14 (React Framework)
    • Shadcn/UI (UI components)
    • TypeScript for static type checking
    • Tailwind CSS for styling
  • Backend API:

Requirements