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

https://github.com/rodrigowebdev/lesspass-standalone-html

A single HTML file lessPass version
https://github.com/rodrigowebdev/lesspass-standalone-html

css css3 html html5 javascript lesspass vanilla-javascript vite

Last synced: 3 months ago
JSON representation

A single HTML file lessPass version

Awesome Lists containing this project

README

          

# 📴 HTML Standalone Lesspass

[Download it here](https://drive.google.com/uc?export=download&id=1RgKE48S3Ed74n30RfRqoPBeHXgJfrxGX) or go to the [🌐 website](https://lesspass-standalone-html.netlify.app/).

This is a lightweight, standalone HTML version of the [Lesspass](https://www.lesspass.com/#/) password manager. In this version, you can download the single HTML file and have your favorite password manager with you forever, without depending on the website, repository, internet connection and without the need to install any app on your OS. Your system only needs a modern browser. You can also back up this file wherever you want.

## 📜 How to use this version

It's simple. You can download it from [here](https://drive.google.com/uc?export=download&id=1RgKE48S3Ed74n30RfRqoPBeHXgJfrxGX) and open it in your browser app or use the [🌐 website](https://lesspass-standalone-html.netlify.app/)

## 🤔 How it works

You can know how it work [here](https://blog.lesspass.com/2016-10-19/how-does-it-work).

## Development

To install the project in your machine you will need:

- [Git](https://git-scm.com/) to clone this repo
- [Node](https://nodejs.org/) (I'm using v20.15.1)

To run the project:

- `npm i` to install (only necessary the first time)
- `npm run dev` to run the local server
- `npm run build` to generate the HTML file for production
- `npm run preview` to preview the build file

This project use:

- [Lesspass](https://www.npmjs.com/package/lesspass) package
- [water.css](https://watercss.kognise.dev/) with some custom styles
- [Vite](https://vite.dev/) build tool
- [Vanilla JS](http://vanilla-js.com/)