{"id":18207508,"url":"https://github.com/nil369/password-generator","last_synced_at":"2026-01-27T20:12:13.336Z","repository":{"id":260884033,"uuid":"882616667","full_name":"Nil369/password-generator","owner":"Nil369","description":"React Native Password Generator App 🔐 | Create strong, unique passwords effortlessly! Open-source, customizable, and designed with secure password generation options for Android users.","archived":false,"fork":false,"pushed_at":"2024-11-03T10:18:58.000Z","size":1471,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T08:12:10.484Z","etag":null,"topics":["akash-app","akash-halder","apk","mobile-development","pass-gen","password-generator","react-native"],"latest_commit_sha":null,"homepage":"https://github.com/Nil369/password-generator","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Nil369.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-03T09:46:53.000Z","updated_at":"2024-11-03T18:55:34.000Z","dependencies_parsed_at":"2024-11-03T11:27:06.449Z","dependency_job_id":null,"html_url":"https://github.com/Nil369/password-generator","commit_stats":null,"previous_names":["nil369/password-generator"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nil369%2Fpassword-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nil369%2Fpassword-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nil369%2Fpassword-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nil369%2Fpassword-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nil369","download_url":"https://codeload.github.com/Nil369/password-generator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248190496,"owners_count":21062282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["akash-app","akash-halder","apk","mobile-development","pass-gen","password-generator","react-native"],"created_at":"2024-11-03T13:03:17.865Z","updated_at":"2026-01-27T20:12:13.305Z","avatar_url":"https://github.com/Nil369.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔐 Password Generator App by Akash Halder\n\nA simple yet powerful Password Generator app built with React Native! This project was created as part of my learning journey in React Native, where I explored key functionalities, including generating secure passwords and implementing routing with Expo Router.\n\n## 📱 Features\n\n- **Random Password Generation**: Generates strong, secure passwords for enhanced safety.\n- **Password Length Customization**: Choose your desired password length.\n- **Character Options**: Toggle options for uppercase, lowercase, numbers, and symbols.\n- **Expo Router Integration**: Easy navigation within the app for a seamless user experience.\n\n## 🛠️ Technologies Used\n\n- **React Native**: For building the mobile app interface.\n- **Expo Router**: For streamlined routing and navigation.\n- **JavaScript**: Core language for logic and functionality.\n\n## 🚀 Getting Started\n\nTo get a local copy of the app up and running, follow these steps.\n\n### Prerequisites\n\n- [Node.js](https://nodejs.org/) installed on your machine.\n- [Expo CLI](https://docs.expo.dev/get-started/installation/) installed globally.\n\n### Installation\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/your-username/password-generator](https://github.com/Nil369/password-generator.git\n   cd password-generator\n   ```\n\n2. **Install dependencies**:\n   ```bash\n   npm install\n   ```\n\n3. **Run the app**:\n   ```bash\n   expo start\n   ```\n\n   Use the Expo Go app on your mobile device or an emulator to view the app.\n\n## 🖼️ Screenshots\n\n| Home Screen | Generated Password | About Page |\n|-------------|--------------------| ---------- |\n| ![image](https://github.com/user-attachments/assets/a40db7d8-f76b-4b82-b8ea-8ba861b7ce07) | ![image](https://github.com/user-attachments/assets/5848e500-4135-4b9e-9a5c-f508361e360b) | ![image](https://github.com/user-attachments/assets/3ac48451-4b2e-42ee-ad13-c9c315bbe68c)\n\n\n \n\n## 📚 What I Learned\n\n- **React Native Components**: Built UI components like Buttons, Text, and Inputs.\n- **Expo Router**: Enhanced the app with seamless routing and navigation.\n- **Password Logic**: Implemented a password generator function with custom options.\n\n## 📥 Download \u0026 Install\n\nTo get started with the app, download the APK from the latest release:\n\n**[Download the latest release](https://github.com/Nil369/password-generator/releases/tag/v1.0.0)**\n\n1. **Download the APK**: Click the link above to download the latest version of the app.\n2. **Install the App**:\n   - On your Android device, go to **Settings \u003e Security**, and enable **Install from Unknown Sources**.\n   - Open the APK file and follow the prompts to install.\n\n\u003e **Note**: This APK is intended for Android devices only.\n\n## 🤝 Contributing\n\nContributions are welcome! Whether it’s a bug fix, feature enhancement, or documentation update, feel free to fork the repository and submit a pull request. Let's make this project even better together! 🚀\n\n1. **Fork the Repo**: Click on the fork button in the upper right corner of this page.\n2. **Create Your Branch**: (`git checkout -b feature/AmazingFeature`)\n3. **Commit Your Changes**: (`git commit -m 'Add some AmazingFeature'`)\n4. **Push to the Branch**: (`git push origin feature/AmazingFeature`)\n5. **Open a Pull Request**\n   \n\n## 📜 License\n\nThis project is licensed under the [MIT License](https://github.com/Nil369/password-generator/blob/master/LICENSE).\n\n---\n\n### 📲 Connect with Me\n\nFollow my learning journey on [LinkedIn](https://www.linkedin.com/in/akashhalder) and check out my progress on [Instagram](https://www.instagram.com/akash_halder8043/).\n\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnil369%2Fpassword-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnil369%2Fpassword-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnil369%2Fpassword-generator/lists"}