Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1008 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 1008 Bytes

Logo

A password manager made with Svelte & Sapper

Live Demo 💪

This is a project used to learn the frontend framework Svelte. It also serverd as a playground for a learning new UI designs and implementing strong encryption in the site.

To create a new project based on this project using degit:

npx degit lukem121/password-manager svelte-app
cd svelte-app

Note that you will need to have Node.js installed.

Get started

Install the dependencies..

cd svelte-app
npm install
npm run dev

Navigate to localhost:5000. You should see your app running. Edit a component file in src, save it, and reload the page to see your changes.

Issues

Please submit an issue for any feature request or bug report 😁