Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 606 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 606 Bytes

Passweird

Password Manager built with Next.js and shadcn/ui.

Tech Stack

  • Next.JS with server action
  • Prisma ORM
  • Tailwind CSS
  • shadcn/ui
  • neon postgres

Resources

UI resource

Demo

demo

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.