Skip to content

nicyuvi/notehub-app

Repository files navigation

NoteHub

Share the Spark, Ignite the Notesphere!

https://notehub-landing.vercel.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.

Stack:

  • NextJS
  • TailwindCSS
  • Prisma
  • Clerk
  • Shadcn
  • Zod

Guideline:

Naming conventions

  • file names longer than one word should be spaced with a hyphen. i.e. main-nav.tsx

Project Structure

  • App router
  • Components used only by a single page should be stored in the same directory
  • Components used by multiple pages should be kept in the /components directory
  • Components related to the layout should be kept in /components/layout
  • UI components such as buttons should be kept in /components/ui

About

NoteHub: Share the Spark, Ignite the Notesphere!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages