An open API service indexing awesome lists of open source software.

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

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.