{"id":16601595,"url":"https://github.com/amankumarsinhagithub/password-generator","last_synced_at":"2025-03-09T05:51:54.433Z","repository":{"id":216365767,"uuid":"741120594","full_name":"AmanKumarSinhaGitHub/Password-Generator","owner":"AmanKumarSinhaGitHub","description":"🚀 A simple and secure Password Generator app built with React. Generate strong and random passwords with customizable options to meet your security needs.","archived":false,"fork":false,"pushed_at":"2024-01-09T18:53:08.000Z","size":98,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T07:44:17.713Z","etag":null,"topics":["front-end","frontendproject","password","project","react","reactjs","web-development"],"latest_commit_sha":null,"homepage":"https://amankumarsinhagithub.github.io/Password-Generator/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AmanKumarSinhaGitHub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2024-01-09T18:31:12.000Z","updated_at":"2024-08-05T02:17:44.000Z","dependencies_parsed_at":"2024-01-09T20:54:48.035Z","dependency_job_id":"49e3bf9c-a0aa-46b8-a8ff-9bdaa13aa863","html_url":"https://github.com/AmanKumarSinhaGitHub/Password-Generator","commit_stats":null,"previous_names":["amankumarsinhagithub/password-generator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmanKumarSinhaGitHub%2FPassword-Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmanKumarSinhaGitHub%2FPassword-Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmanKumarSinhaGitHub%2FPassword-Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmanKumarSinhaGitHub%2FPassword-Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AmanKumarSinhaGitHub","download_url":"https://codeload.github.com/AmanKumarSinhaGitHub/Password-Generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242650955,"owners_count":20163611,"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":["front-end","frontendproject","password","project","react","reactjs","web-development"],"created_at":"2024-10-12T00:18:37.932Z","updated_at":"2025-03-09T05:51:54.413Z","avatar_url":"https://github.com/AmanKumarSinhaGitHub.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Password Generator App\n\nA simple and secure Password Generator app built with React. Generate strong and random passwords with customizable options to meet your security needs.\n\n## Features\n\n- **Password Generation:**\n  Generate random and secure passwords with options for length, numbers, and special characters.\n\n- **Copy to Clipboard:**\n  Easily copy the generated password to the clipboard with a single click.\n\n- **Customizable Options:**\n  Customize the password length and choose whether to include numbers and special characters.\n\n- **Visual Feedback:**\n  Get visual feedback when the password is copied, with a temporary \"COPIED\" message.\n\n## Demo\n\nCheck out the live demo of the app [here](https://amankumarsinhagithub.github.io/Password-Generator/).\n\n## Getting Started\n\n### Prerequisites\n\nMake sure you have [Node.js](https://nodejs.org/) installed on your machine.\n\n### Installation\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/AmanKumarSinhaGitHub/Password-Generator.git\n   ```\n\n2. **Navigate to the project directory:**\n\n   ```bash\n   cd Password-Generator\n   ```\n\n3. **Install dependencies:**\n\n   ```bash\n   npm install\n   ```\n\n### Usage\n\n1. **Run the app:**\n\n   ```bash\n   npm run dev\n   ```\n\n2. **Open your browser and visit [http://localhost:5173/](http://localhost:5173/) to use the app.**\n\n## Preview\n![password-generator-preview](https://github.com/AmanKumarSinhaGitHub/Password-Generator/assets/65329366/252bfc96-ffe5-4066-aeb4-3e89f00fba3c)\n\n## How to Use\n\n1. Adjust the password length using the slider.\n2. Enable or disable including numbers and special characters.\n3. Click the \"COPY\" button to copy the generated password to the clipboard.\n\n## Contributing\n\nWe welcome contributions from the community! If you'd like to contribute to the development of the Password Generator App, please follow these steps:\n\n1. **Fork the Repository:** Click on the \"Fork\" button on the top right corner of this repository to create your copy.\n\n2. **Clone your Fork:** Clone your forked repository to your local machine using the following command:\n\n   ```bash\n   git clone https://github.com/AmanKumarSinhaGitHub/Password-Generator.git\n   ```\n\n3. **Create a Branch:** Create a new branch for your feature or bug fix:\n\n   ```bash\n   git checkout -b feature-or-bugfix-name\n   ```\n\n4. **Make Changes:** Make your changes to the code. Ensure that your changes follow the project's coding standards.\n\n5. **Test Locally:** Test your changes locally to ensure they work as expected.\n\n6. **Commit Changes:** Commit your changes with a descriptive commit message:\n\n   ```bash\n   git commit -m \"Add feature or fix bug: brief description\"\n   ```\n\n7. **Push Changes:** Push your changes to your forked repository:\n\n   ```bash\n   git push origin feature-or-bugfix-name\n   ```\n\n8. **Create a Pull Request:** Go to the [original repository](https://github.com/AmanKumarSinhaGitHub/Password-Generator) and create a pull request. Provide a clear title and description of your changes.\n\n9. **Code Review:** Your changes will be reviewed by the maintainers. Address any feedback and make further changes if necessary.\n\n10. **Merge:** Once your changes are approved, they will be merged into the main branch.\n\n\n## Acknowledgments\n\n- [React](https://react.dev/) - A JavaScript library for building user interfaces.\n\n**Thanks for using our Password Generator App! Stay secure!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famankumarsinhagithub%2Fpassword-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famankumarsinhagithub%2Fpassword-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famankumarsinhagithub%2Fpassword-generator/lists"}