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.
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.
Please submit an issue for any feature request or bug report 😁