maciekiwaniuk / password-generator

πŸ”‘ Password generator web application made in JavaScript with Vue 3 using Options API

Home Page:https://maciekiwaniuk.github.io/password-generator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password generator

Project of the web application which provides functionalities related to generating passwords.

  • Application is made in JavaScript with Vue 3 using Options API.
  • Web application is responsive, made with SCSS.

Installation

To successfully install application you need to have installed npm.

Open folder where you want to have project files, open console and then clone the repository

git clone https://github.com/maciekiwaniuk/password-generator

Change folder in console to created folder with project files

cd password-generator

Run npm install command

npm install

Start the local development server

npm run serve

You can now access the server at http://localhost:8080

Application appearance

About

πŸ”‘ Password generator web application made in JavaScript with Vue 3 using Options API

https://maciekiwaniuk.github.io/password-generator/


Languages

Language:Vue 95.7%Language:HTML 2.4%Language:JavaScript 1.9%