{"id":18155293,"url":"https://github.com/likhithsp/passwordgenerator","last_synced_at":"2026-04-11T22:02:29.927Z","repository":{"id":260335493,"uuid":"881004053","full_name":"LikhithSP/passwordgenerator","owner":"LikhithSP","description":"a tool designed to help users create secure, random passwords quickly and easily. With aesthetic design, perfect for keeping your accounts safe.🔒","archived":false,"fork":false,"pushed_at":"2024-11-01T05:51:35.000Z","size":87,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T06:47:45.955Z","etag":null,"topics":["css","html","javascript","math-random","password-generator"],"latest_commit_sha":null,"homepage":"https://likhithsp.github.io/passwordgenerator/","language":"HTML","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/LikhithSP.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-10-30T18:45:21.000Z","updated_at":"2024-11-01T05:51:38.000Z","dependencies_parsed_at":"2024-11-03T21:31:26.836Z","dependency_job_id":null,"html_url":"https://github.com/LikhithSP/passwordgenerator","commit_stats":null,"previous_names":["likhithsp/passwordgenerator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LikhithSP%2Fpasswordgenerator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LikhithSP%2Fpasswordgenerator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LikhithSP%2Fpasswordgenerator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LikhithSP%2Fpasswordgenerator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LikhithSP","download_url":"https://codeload.github.com/LikhithSP/passwordgenerator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247576514,"owners_count":20960990,"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":["css","html","javascript","math-random","password-generator"],"created_at":"2024-11-02T04:10:21.471Z","updated_at":"2026-04-11T22:02:24.891Z","avatar_url":"https://github.com/LikhithSP.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cdiv class=\"container\"\u003e\n    \u003ch1\u003e🔐 Random Password Generator\u003c/h1\u003e\n\n  \u003cdiv class=\"preview\"\u003e\n        \u003cimg src=\"https://i.ibb.co/LPZGBSb/image-1.png\" alt=\"Password Generator Preview\"\u003e\n    \u003c/div\u003e\n    \u003cp align=\"center\"\u003e\u003cstrong\u003eGenerate secure, random passwords quickly and easily with this aesthetically pleasing web-based password generator. it’s perfect tool for keeping your accounts safe!\u003c/strong\u003e\u003c/p\u003e\n\n  \u003cdiv class=\"section\"\u003e\n        \u003ch2\u003e✨ Features\u003c/h2\u003e\n        \u003cul\u003e\n            \u003cli\u003eRandom Password Generation with uppercase, lowercase, numbers, and symbols.\u003c/li\u003e\n            \u003cli\u003eCopy to Clipboard for easy usage.\u003c/li\u003e\n            \u003cli\u003eUser-Friendly Interface with an aesthetically pleasing background.\u003c/li\u003e\n        \u003c/ul\u003e\n    \u003c/div\u003e\n\n\u003cdiv class=\"section\"\u003e\n    \u003ch2\u003e🚀 Installation\u003c/h2\u003e\n    \u003cp\u003e1. Clone the Repository:\u003c/p\u003e\n    \u003cdiv class=\"code\"\u003e\n        \u003cpre\u003e\ngit clone https://github.com/your-username/random-password-generator.git\ncd random-password-generator\n        \u003c/pre\u003e\n    \u003c/div\u003e\n    \u003cp\u003e2. Open \u003ccode\u003eindex.html\u003c/code\u003e in your browser.\u003c/p\u003e\n\u003c/div\u003e\n\n\n  \u003cdiv class=\"section\"\u003e\n        \u003ch2\u003e🛠️ Usage\u003c/h2\u003e\n        \u003col\u003e\n            \u003cli\u003eClick \u003cstrong\u003eGenerate\u003c/strong\u003e to create a new password.\u003c/li\u003e\n            \u003cli\u003ePress the \u003cstrong\u003eCopy\u003c/strong\u003e icon to copy the password to your clipboard.\u003c/li\u003e\n            \u003cli\u003eRepeat as needed to create secure passwords!\u003c/li\u003e\n        \u003c/ol\u003e\n    \u003c/div\u003e\n\n  \u003cdiv class=\"section\"\u003e\n        \u003ch2\u003e💻 Technologies Used\u003c/h2\u003e\n        \u003cul\u003e\n            \u003cli\u003e\u003cstrong\u003eHTML\u003c/strong\u003e for structuring the page\u003c/li\u003e\n            \u003cli\u003e\u003cstrong\u003eCSS\u003c/strong\u003e for styling, with a clean and modern design\u003c/li\u003e\n            \u003cli\u003e\u003cstrong\u003eJavaScript\u003c/strong\u003e for generating the password and handling the clipboard copy\u003c/li\u003e\n        \u003c/ul\u003e\n    \u003c/div\u003e\n\n  \u003cdiv class=\"section\"\u003e\n        \u003ch2\u003e🔍 How It Works\u003c/h2\u003e\n        \u003cp\u003eThis app generates a secure password using random characters from a set of uppercase letters, lowercase letters, numbers, and symbols. JavaScript’s \u003ccode\u003eMath.random()\u003c/code\u003e function ensures that each password generated is unique.\u003c/p\u003e\n       \n\u003c/div\u003e\n\n\u003ch2\u003e🔮 Upgradation Ideas \u003c/h2\u003e\n\n\u003cdiv class=\"section\"\u003e\n    \u003cli\u003ePassword Length Selection\u003c/li\u003e\n    \u003cli\u003ePassword Strength Indicator\u003c/li\u003e\n    \u003cli\u003eCustomizable Character Set\u003c/li\u003e\n\u003c/div\u003e\n\n\n  \u003cdiv class=\"section\"\u003e\n        \u003ch2\u003e🤝 Contributing\u003c/h2\u003e\n        \u003col\u003e\n            \u003cli\u003e\u003cstrong\u003eFork\u003c/strong\u003e the repository.\u003c/li\u003e\n            \u003cli\u003eCreate a feature branch for your modifications.\u003c/li\u003e\n            \u003cli\u003eSubmit a pull request for review.\u003c/li\u003e\n        \u003c/ol\u003e\n    \u003c/div\u003e\n\u003c/div\u003e\n\n\u003ch2\u003e🤝 Connect With Me\u003c/h2\u003e\n\u003cp\u003e\n  \u003ca href=\"https://www.linkedin.com/in/likhithsp\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.icons8.com/?size=60\u0026id=xuvGCOXi8Wyg\u0026format=png\u0026color=000000\" alt=\"LinkedIn\" class=\"icon\"\u003e\n  \u003c/a\u003e\n  \u0026nbsp;\u0026nbsp;\n  \u003ca href=\"https://www.github.com/LikhithSP\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.icons8.com/?size=60\u0026id=46565\u0026format=png\u0026color=000000\" alt=\"GitHub\" class=\"icon\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flikhithsp%2Fpasswordgenerator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flikhithsp%2Fpasswordgenerator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flikhithsp%2Fpasswordgenerator/lists"}