{"id":21084851,"url":"https://github.com/shanu-shahbin/password-generator","last_synced_at":"2026-04-10T11:01:11.568Z","repository":{"id":222244504,"uuid":"756690899","full_name":"shanu-shahbin/Password-Generator","owner":"shanu-shahbin","description":"This project is a simple password generator built using React, JavaScript, Tailwind CSS, and HTML. It allows users to generate strong and secure passwords with customizable options.","archived":false,"fork":false,"pushed_at":"2024-02-13T05:53:33.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T05:12:59.201Z","etag":null,"topics":["html5","javascript","password-generator","react","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":null,"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/shanu-shahbin.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-13T05:39:03.000Z","updated_at":"2024-10-18T15:45:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"8e9a106c-8264-4b79-ab50-453bd52d0c92","html_url":"https://github.com/shanu-shahbin/Password-Generator","commit_stats":null,"previous_names":["shanu-shahbin/password-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shanu-shahbin/Password-Generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shanu-shahbin%2FPassword-Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shanu-shahbin%2FPassword-Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shanu-shahbin%2FPassword-Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shanu-shahbin%2FPassword-Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shanu-shahbin","download_url":"https://codeload.github.com/shanu-shahbin/Password-Generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shanu-shahbin%2FPassword-Generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31639524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["html5","javascript","password-generator","react","tailwindcss"],"created_at":"2024-11-19T20:27:30.937Z","updated_at":"2026-04-10T11:01:11.547Z","avatar_url":"https://github.com/shanu-shahbin.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Password-Generator\nThis project is a simple password generator built using React, JavaScript, Tailwind CSS, and HTML. It allows users to generate strong and secure passwords with customizable options.\n\u003cbr\u003e\n\u003cbr\u003e\n\n![Screenshot (332)](https://github.com/shanu-shahbin/Password-Generator/assets/107126924/0f8a3f9e-5012-46d2-9da4-7c27fd9437cb) \u003cbr\u003e\u003cbr\u003e\nFeatures \u003cbr\u003e\u003cbr\u003e\n\u003cp\u003e==\u003e Secure Password Generation: Utilizes cryptographic random number generation to ensure passwords are highly secure. \u003cbr\u003e\u003c/p\u003e\n\u003cp\u003e==\u003e Customizable Options: Users can specify the length of the password and select various character sets (uppercase letters, lowercase letters, numbers, and special characters) to include in the generated      password.\u003cbr\u003e\u003c/p\u003e\n\u003cp\u003e==\u003e Copy to Clipboard: Provides an easy way for users to copy the generated password to their clipboard for immediate use.\u003c/p\u003e\n\n![Screenshot (334)](https://github.com/shanu-shahbin/Password-Generator/assets/107126924/97240e54-9661-4af9-a7a4-5c266056f7e5)\n\u003cbr\u003e\n\u003cbr\u003e\u003cbr\u003e\nTechnologies Used \u003cbr\u003e\n\u003cp\u003e==\u003e React: JavaScript library for building user interfaces.\u003cbr\u003e\u003c/p\u003e\n\u003cp\u003e==\u003e JavaScript: Programming language used for the core logic and functionality.\u003cbr\u003e\u003c/p\u003e\n\u003cp\u003e==\u003e Tailwind CSS: Utility-first CSS framework for styling the user interface.\u003cbr\u003e\u003c/p\u003e\n\u003cp\u003e==\u003e HTML: Markup language for structuring the web page.\u003cbr\u003e\u003c/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\nHow to Use\n\u003cp\u003e==\u003e Specify the length of the password using the slider or input field.\u003cbr\u003e\u003c/p\u003e\n\u003cp\u003e==\u003e Select the character sets you want to include in the generated password.\u003cbr\u003e\u003c/p\u003e\n\u003cp\u003e==\u003e Click the \"Generate Password\" button to create a new password.\u003cbr\u003e\u003c/p\u003e\n\u003cp\u003e==\u003e Click the \"Copy to Clipboard\" button to copy the generated password to your clipboard.\u003cbr\u003e\u003c/p\u003e\u003cbr\u003e\n\n![Screenshot (337)](https://github.com/shanu-shahbin/Password-Generator/assets/107126924/7d44a5b6-25b1-4e23-92b5-d5934ef229c5)\n\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\nContributing\u003cbr\u003e\u003cbr\u003e\nContributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\nLicense\u003cbr\u003e\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshanu-shahbin%2Fpassword-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshanu-shahbin%2Fpassword-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshanu-shahbin%2Fpassword-generator/lists"}