{"id":23999143,"url":"https://github.com/noszczykmichal/password_generator","last_synced_at":"2026-04-30T12:32:22.746Z","repository":{"id":267601227,"uuid":"825738532","full_name":"noszczykmichal/password_generator","owner":"noszczykmichal","description":"A small app for generating passwords","archived":false,"fork":false,"pushed_at":"2024-12-16T09:43:24.000Z","size":156,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-19T12:03:02.608Z","etag":null,"topics":["preact-signals","prop-types","react-transition-group","reactjs","vite"],"latest_commit_sha":null,"homepage":"https://password-generator-6c2c5.web.app/","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/noszczykmichal.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-07-08T11:56:58.000Z","updated_at":"2024-12-16T09:43:28.000Z","dependencies_parsed_at":"2024-12-11T10:20:43.343Z","dependency_job_id":"caed422f-706b-41d9-8ffd-1b929d278a85","html_url":"https://github.com/noszczykmichal/password_generator","commit_stats":null,"previous_names":["noszczykmichal/password_generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/noszczykmichal/password_generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noszczykmichal%2Fpassword_generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noszczykmichal%2Fpassword_generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noszczykmichal%2Fpassword_generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noszczykmichal%2Fpassword_generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noszczykmichal","download_url":"https://codeload.github.com/noszczykmichal/password_generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noszczykmichal%2Fpassword_generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32465009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["preact-signals","prop-types","react-transition-group","reactjs","vite"],"created_at":"2025-01-07T23:57:06.570Z","updated_at":"2026-04-30T12:32:22.715Z","avatar_url":"https://github.com/noszczykmichal.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg alt=\"Logo\" src=\"https://raw.githubusercontent.com/noszczykmichal/password_generator/main/public/web-app-manifest-192x192.png\" width=\"100\" /\u003e\n\u003c/div\u003e\n\u003ch1 align=\"center\"\u003e\nPassword Generator\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  A small app for generating passwords built with \u003ca href=\"https://react.dev/\" target=\"_blank\"\u003eReact\u003c/a\u003e, powered by \u003ca href=\"https://www.npmjs.com/package/@preact/signals-react\" target=\"_blank\"\u003ePreact-Signals\u003c/a\u003e, animated with \u003ca href=\"https://reactcommunity.org/react-transition-group/\" target=\"_blank\"\u003eReact Transition Group\u003c/a\u003e, and hosted on \u003ca href=\"https://firebase.google.com/\" target=\"_blank\"\u003eFirebase\u003c/a\u003e.\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://password-generator-6c2c5.web.app/\" target=\"_blank\"\u003eLive demo\u003c/a\u003e\n\u003c/p\u003e\n\n![demo](https://raw.githubusercontent.com/noszczykmichal/password_generator/main/images/demo.png)\n\n## Table of Contents\n\n- [General Info](#general-information)\n- [Setup](#setup)\n- [Project Status](#project-status)\n- [Credits](#credits)\n- [Contact](#contact)\n\n## General Information\n\n- The app allows to generate passwords of lengths between 1-20 chars, which can consist of uppercase and lowercase letters, numbers, and symbols.\n- Upon button click, the generated password is stored to the clipboard.\n\n## Setup\n\n1. Clone this repository\n\n   ```sh\n   $git clone https://github.com/noszczykmichal/password_generator\n   ```\n\n2. Go into the repository\n\n   ```sh\n   $cd password_generator\n   ```\n\n3. Install dependencies\n\n   ```sh\n   $npm install\n   ```\n\n4. Start the development server\n\n   ```sh\n   $npm start\n   ```\n\n## Project Status\n\nThis project was developed purely for educational purposes. Currently, I don't plan to develop it any further, although small changes may occasionally be made.\n\n## Credits\n\nThis project was based on a design found on \u003ca href=\"https://www.frontendmentor.io/\" target=\"_blank\"\u003eFrontend Mentor\u003c/a\u003e.\n\n## Contact\n\nCreated by [@noszczykmichal](https://michalnoszczyk.com/) - feel free to contact me!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoszczykmichal%2Fpassword_generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoszczykmichal%2Fpassword_generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoszczykmichal%2Fpassword_generator/lists"}