https://github.com/bonniesimon/clippy-electron-app
A simple electron desktop app to copy stuff to clipboard📋.
https://github.com/bonniesimon/clippy-electron-app
css3 electronjs html5 javascript
Last synced: 4 days ago
JSON representation
A simple electron desktop app to copy stuff to clipboard📋.
- Host: GitHub
- URL: https://github.com/bonniesimon/clippy-electron-app
- Owner: bonniesimon
- Created: 2020-01-15T20:03:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T17:27:02.000Z (over 2 years ago)
- Last Synced: 2024-04-14T23:17:50.936Z (about 1 year ago)
- Topics: css3, electronjs, html5, javascript
- Language: JavaScript
- Homepage:
- Size: 84 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ClippY-electron-app
A simple electron desktop app to copy stuff to clipboard📋.I made this so that my brother doesnt need me to type out the long passwords that I use. Also cuz I wanted to learn electron.
Its a password protected app that lets someone with access the ability to copy passwords.### What I've Learned
- How to setup electron project.
- Basic file structure of electron.
- Main process and Renderer process in electron.
- Login system in Electron using child window.