https://github.com/superiorkid/passweird
Password Manager built with Next.js and shadcn/ui
https://github.com/superiorkid/passweird
neon-postgres nextjs14 password-manager prisma-orm shadcn-ui tailwindcss
Last synced: 15 days ago
JSON representation
Password Manager built with Next.js and shadcn/ui
- Host: GitHub
- URL: https://github.com/superiorkid/passweird
- Owner: superiorkid
- Created: 2024-01-31T03:06:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T01:04:12.000Z (about 2 years ago)
- Last Synced: 2026-05-02T01:34:47.864Z (15 days ago)
- Topics: neon-postgres, nextjs14, password-manager, prisma-orm, shadcn-ui, tailwindcss
- Language: TypeScript
- Homepage: https://passweird.vercel.app
- Size: 452 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://dribbble.com/shots/22572958-Password-Manager-App-Dashboard-Page-Light)
## Demo
[demo](https://passweird.vercel.app/)
- username: "susan"
- email: "susan@example.com"
- password: "susan123"
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.