React ile geliştirilmiş, kullanıcı tercihlerine göre güçlü ve rastgele şifreler oluşturan modern bir web uygulaması.
- Şifre uzunluğu seçme (6 - 32)
- Büyük harf, küçük harf, sayı ve sembol seçenekleri
- Şifre güç göstergesi (Zayıf / Orta / Güçlü)
- Tek tıkla şifre kopyalama
- Kopyalama sonrası toast bildirimi
- Dark / Light mode desteği
- Son 5 üretilen şifre geçmişi
- Modern ve responsive UI
- React Hooks kullanımı
- React
- Vite
- JavaScript
- CSS
Projeyi localde çalıştırmak için:
git clone https://github.com/Aley777/PasswordGenerator.git
cd password-generator
npm install
npm run devpassword-generator/
│── src/
│ ├── App.jsx
│ ├── App.css
│ └── main.jsx
│── public/
│── index.html
│── package.jsonBu proje:
- React pratiği yapmak
- UI/UX geliştirmek
- Component yapısını öğrenmek
- Küçük ama etkili bir portfolio projesi oluşturmak
amacıyla geliştirilmiştir.
GitHub: https://github.com/Aley777
