neerajnerlekar / nextjs-practice-project

Practicing nextjs version 14 to get used to files and folder structure, routing, nested routes and dynamic routes.

Home Page:https://nextjs-practice-project-eta.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Description

This is a practice project to understand NextJs 14 files and folder structures, routing, nested and dynamic routing.

Frontend is created using TailwindCSS and DaisyUI for responsive layouts and unified components across the app.

Learnt use of Server Actions, to store data in the database using Prisma and to manage interaction using the Zod Library and database hosting on Render.

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

About

Practicing nextjs version 14 to get used to files and folder structure, routing, nested routes and dynamic routes.

https://nextjs-practice-project-eta.vercel.app


Languages

Language:JavaScript 96.9%Language:TypeScript 2.7%Language:CSS 0.4%