Skip to content

A personal password manager that stores passwords on your local storage or use mongoDB

Notifications You must be signed in to change notification settings

Nomaanrizvi/PassOp

Repository files navigation

PaasOp - a personal password manger

This is a front-end project that leverages React, Tailwind CSS and your local storage for storing and accessing your passwords.

Features

  • React: Component-based UI framework for building dynamic interfaces.
  • Tailwind CSS: A utility-first CSS framework for rapid UI development.
  • local storage: Ensures consistent password storage and access.

Getting Started

Prerequisites

Ensure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/Nomaanrizvi/PassOp.git
    
    cd PassOp
  2. Install dependencies:

    npm install

Development

Start the development server:

npm run dev

Open your browser and navigate to http://localhost:5173 to see your application in action.

Build for Production

Generate a production build:

npm run build

The output will be in the dist folder.

Preview Production Build

To preview the production build locally:

npm run preview

Project Structure

├── public            # Static assets
│   ├── icons         # Icon files (e.g., png, svg)
├── src
│   ├── assets        # Additional assets
│   ├── Components    # Reusable React components
│   │   ├── Footer.jsx
│   │   ├── Manager.jsx
│   │   ├── Navbar.jsx
│   ├── App.jsx       # Root component
│   ├── App.css       # Global styles
│   ├── index.jsx     # Entry point
│   ├── index.css     # Tailwind and other global styles
├── .eslintrc.cjs     # ESLint configuration
├── postcss.config.cjs # PostCSS configuration
├── tailwind.config.cjs # Tailwind CSS configuration
├── vite.config.js    # Vite configuration
└── package.json      # Project metadata and scripts

Resources

License

This project is licensed under the MIT License.

About

A personal password manager that stores passwords on your local storage or use mongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published