https://github.com/the-noah/password-generator
Simple password generator made for #7Days7Websites
https://github.com/the-noah/password-generator
7days7websites webapp website
Last synced: about 2 months ago
JSON representation
Simple password generator made for #7Days7Websites
- Host: GitHub
- URL: https://github.com/the-noah/password-generator
- Owner: The-Noah
- License: mit
- Created: 2020-03-28T03:32:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-28T04:39:37.000Z (about 6 years ago)
- Last Synced: 2025-06-27T19:47:43.855Z (12 months ago)
- Topics: 7days7websites, webapp, website
- Language: CSS
- Homepage: https://thenoah.dev/password-generator
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# password-generator
[](https://the-noah.github.io/password-generator/)
First [#7Days7Websites](https://7days7websites.glitch.me/) project.
A very simple password generator written in vanilla JavaScript, but uses SCSS for styling.
## Hosting
You will have to compile `style.scss` to plain CSS, but after that all files are static and the only thing you have to do is copy `index.html`, `app.js` and `style.css` to your hosting provider root.
## License
[MIT](LICENSE)