{"id":21211578,"url":"https://github.com/ew-endwall/password-generator","last_synced_at":"2025-07-10T08:41:43.829Z","repository":{"id":226893504,"uuid":"768247062","full_name":"EW-EndWall/password-generator","owner":"EW-EndWall","description":"Password Generator is a user-friendly application designed to create strong and secure passwords. This application can be customized according to users' specific needs and can generate complex passwords of the desired length.","archived":false,"fork":false,"pushed_at":"2024-03-10T11:56:46.000Z","size":131,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T23:31:29.841Z","etag":null,"topics":["generator","generator-password","password","password-generator","password-generator-javascript","password-generator-project","password-generator-vue","tailwind","tailwind-css","tailwind-vite","tailwind-vue","tailwindcss","vite","vite-vue","vite-vue3","vue","vue3","vuejs"],"latest_commit_sha":null,"homepage":"https://password-generator-endwall.vercel.app","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EW-EndWall.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}},"created_at":"2024-03-06T18:24:55.000Z","updated_at":"2024-03-07T16:09:53.000Z","dependencies_parsed_at":"2024-03-10T12:55:56.325Z","dependency_job_id":"06aa5816-953b-4d53-bc12-60cf0ce03a80","html_url":"https://github.com/EW-EndWall/password-generator","commit_stats":null,"previous_names":["ew-endwall/password-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EW-EndWall/password-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EW-EndWall%2Fpassword-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EW-EndWall%2Fpassword-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EW-EndWall%2Fpassword-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EW-EndWall%2Fpassword-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EW-EndWall","download_url":"https://codeload.github.com/EW-EndWall/password-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EW-EndWall%2Fpassword-generator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264552015,"owners_count":23626621,"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":["generator","generator-password","password","password-generator","password-generator-javascript","password-generator-project","password-generator-vue","tailwind","tailwind-css","tailwind-vite","tailwind-vue","tailwindcss","vite","vite-vue","vite-vue3","vue","vue3","vuejs"],"created_at":"2024-11-20T21:03:59.380Z","updated_at":"2025-07-10T08:41:43.539Z","avatar_url":"https://github.com/EW-EndWall.png","language":"Vue","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"#\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/EW-EndWall/password-generator/main/vue/public/img/favicon/android-chrome-512x512.png\" alt=\"Logo\" width=\"220\" height=\"auto\"\u003e\n  \u003c/a\u003e\n\n  \u003ch3 align=\"center\"\u003e\n    Password Generator\n  \u003c/h3\u003e\n\n  \u003cp align=\"center\"\u003e\n    vite | Vue | tailwind\n    \u003cbr /\u003e\n    (responsive)\n    \u003cbr /\u003e\u003cbr /\u003e\u003cbr /\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n# Table Of Contents\n\n- [About](#about)\n- [Screenshot](#screenshot)\n  - [Dark](#dark)\n  - [Light](#light)\n- [Quick Installation](#quick-installation)\n  - [Vue](#react)\n    - [Vue Install](#vue-install)\n    - [Vue Development](#vue-development)\n    - [Vue Build](#vue-build)\n- [License](#license)\n\n# About\n\nPassword Generator is a user-friendly application designed to create strong and secure passwords. This application can be customized according to users' specific needs and can generate complex passwords of the desired length.\n\n- Dark and bright mode feature\n- Uppercase\n- Lowercase\n- Numbers\n- Symbols\n- 4-64 Character\n\n# Screenshot\n\n## Dark\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/EW-EndWall/password-generator/main/screenshot/1.png\" width=\"\" /\u003e\n\u003c/div\u003e\n\n## Light\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/EW-EndWall/password-generator/main/screenshot/2.png\" width=\"\" /\u003e\n\u003c/div\u003e\n\n# Quick Installation\n\n## Vue\n\n```bash\n$ cd ./vue/\n```\n\n### Vue Install\n\n```bash\n$ npm install\n```\n\nor\n\n```bash\n$ yarn install\n```\n\nor\n\n```bash\n$ pnpm install\n```\n\n### Vue Development\n\n```bash\n$ npm dev\n```\n\nor\n\n```bash\n$ yarn dev\n```\n\nor\n\n```bash\n$ pnpm dev\n```\n\n### Vue Build\n\n```bash\n$ npm build\n```\n\nor\n\n```bash\n$ yarn build\n```\n\nor\n\n```bash\n$ pnpm build\n```\n\n# License\n\nDistributed under the Apache-2.0 License. See [LICENSE](https://github.com/EW-EndWall/password-generator/blob/main/LICENSE) for more information.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Few-endwall%2Fpassword-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Few-endwall%2Fpassword-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Few-endwall%2Fpassword-generator/lists"}