{"id":24908880,"url":"https://github.com/ndenicolais/react-password-generator","last_synced_at":"2026-04-20T19:01:48.854Z","repository":{"id":113466522,"uuid":"503765230","full_name":"ndenicolais/react-password-generator","owner":"ndenicolais","description":"Password Generator based on React with the integration of React Router","archived":false,"fork":false,"pushed_at":"2022-06-23T14:25:58.000Z","size":277,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T00:46:11.981Z","etag":null,"topics":["font-awesome","password-generator","react","react-router","toastify"],"latest_commit_sha":null,"homepage":"","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/ndenicolais.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":"2022-06-15T12:55:43.000Z","updated_at":"2022-06-16T09:17:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"9761c709-e426-4b4d-8a0b-512d57bed7b8","html_url":"https://github.com/ndenicolais/react-password-generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ndenicolais/react-password-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndenicolais%2Freact-password-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndenicolais%2Freact-password-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndenicolais%2Freact-password-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndenicolais%2Freact-password-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ndenicolais","download_url":"https://codeload.github.com/ndenicolais/react-password-generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ndenicolais%2Freact-password-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32061251,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["font-awesome","password-generator","react","react-router","toastify"],"created_at":"2025-02-02T02:34:10.743Z","updated_at":"2026-04-20T19:01:48.849Z","avatar_url":"https://github.com/ndenicolais.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Password Generator\n\u003cimg src='public\\logo-192x192.png'\u003e\n\n\u003e \u003cb\u003eAuthor: Nicola De Nicolais\u003c/b\u003e\n\nThis code represents a Password Generator created with React with the addition of React Router.\n\n## 💻 Technologies used\n[\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/a/a7/React-icon.svg\" width=\"70\"\u003e](https://reactjs.org/)\n\nReact.js is a JavaScript library for creating user interfaces specific to single-page applications. It allows developers to create large web applications that can modify data without having to reload the page every time.\n\n[\u003cimg src=\"https://seeklogo.com/images/R/react-router-logo-AB5BFB638F-seeklogo.com.png\" width=\"80\"\u003e](https://reactrouter.com/)\n\nReact Router is a complete JavaScript routing library that allows you to manage paths within a web application using so-called dynamic routing. It allows navigation between sections of various components in React applications and allows you to change the URL of the browser while keeping the user interface synchronized with the URL.\n### Installation\n```\nnpm install react-router-dom\nyarn add react-router-dom\n```\n\n[\u003cimg src=\"https://user-images.githubusercontent.com/5574267/54994574-df4c1380-4fc4-11e9-8509-1d3aedbc7b96.png\" width=\"80\"\u003e](https://fkhadra.github.io/react-toastify/introduction)\n\nReact-Toastify allows you to add notifications to your app in an easy way.\n### Installation\n```\nnpm install --save react-toastify\nyarn add react-toastify\n```\n\n[\u003cimg src=\"https://seeklogo.com/images/F/font-awesome-logo-3010FE2434-seeklogo.com.png\" width=\"80\"\u003e](https://fontawesome.com/)\n\nFont Awesome is the Internet's icon library and toolkit.\n### Installation\n```\nnpm install --save font-awesome\nyarn add font-awesome\n```\n\n## 🛠️ Installation Steps\n1) Clone this repository from GitHub\n```\ngit clone https://github.com/ndenicolais/react-password-generator\n```\n\n2) Change the working directory\n```\ncd react-password-generator-main\n```\n\n3) Install dependencies\n```\nnpm install\nyarn\n```\n\n4) Run the application in developer mode\n```\nnpm start\nyarn start\n```\n\n5) Open [http://localhost:3000](http://localhost:3000) to view the application in the browser\n\n## ⚙️ Customization\n\nCustomize the aspect of React-toastify according to your preferences by editing these parameters:\n\n📄 App.js file in 📂 src\n\n|Parameter|Description|\n|-|-|\n|position|position of the toast|\n|autoClose|delay in ms to close the toast. If set to false the notification needs to be closed manually|\n|hideProgressBar|display or not the progress bar below the toast(remaining time)|\n|newsOnTop|display newest toast on top|\n|closeOnClick|dismiss toast on click|\n|pauseOnHover|keep the timer running or not on hover|\n|draggable|allow toast to be draggable|\n|progress|show a progress bar|\n\n```\nIn this list there are only the parameters that i've used in the code.\nFor all parameters see React-toastify's documentation.\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fndenicolais%2Freact-password-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fndenicolais%2Freact-password-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fndenicolais%2Freact-password-generator/lists"}