심플하고 직관적인 디자인을 가진 비밀번호 생성기입니다.
This is a password generator with a simple and intuitive design.
-
사용자 정의 설정 (Customizable Settings)
-
최소 길이 설정 (Set minimum password length)
-
숫자 및 특수문자 포함 여부 선택 (Option to include numbers and special characters)
-
원클릭 생성 (One-click Generation)
-
'Generate' 버튼을 통한 즉시 무작위 암호 생성 (Instantly generate random passwords with a single click)
-
클립보드 복사 (Copy to Clipboard)
-
생성된 암호를 아이콘 클릭 한 번으로 복사 (Easily copy the generated password by clicking the icon)
-
반응형 UI (Responsive Design)
-
모바일 최적화 UI (Mobile-optimized UI)
- Frontend: React, TypeScript, Tailwind CSS
- Icons: Lucide React
- Build Tool: Vite
- Deployment: Vercel
- Development: Lovable (AI-driven development)
이 프로젝트를 로컬 환경에서 실행하려면 아래 단계를 따르세요.
To run this project locally, follow the steps below:
- 리포지토리 클론 (Clone the repository):
git clone https://github.com/mirolx/lovable-password-creator.git
cd lovable-password-creator
- 의존성 설치 (Install dependencies):
npm install
- 로컬 서버 실행 (Run the local server):
npm run dev