An open API service indexing awesome lists of open source software.

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📋.

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.