Password Generator
A simple password generator built with Svelte, and accessible via github pages.
Features
- Generates 100 unique passwords of 8 characters each
- Uses a combination of uppercase and lowercase letters, numbers, and special characters
- Responsive design for easy use on desktop and mobile devices
Getting Started
- Clone the repository:
git clone https://github.com/tnglemongrass/svelte-password-generator.git
- Install dependencies:
npm install
or yarn install
- Start the development server:
npm run dev
- Open the app in your web browser:
http://localhost:5173
Building and Deploying
- Build the app:
npm run build
- Deploy to GitHub Pages:
npm run deploy
Technologies Used
- Svelte
- TypeScript
- CSS Grid
- GitHub Pages