https://github.com/elviosak/emoji-picker
  
  
    emoji picker 
    https://github.com/elviosak/emoji-picker
  
        Last synced: 6 months ago 
        JSON representation
    
emoji picker
- Host: GitHub
- URL: https://github.com/elviosak/emoji-picker
- Owner: elviosak
- Archived: true
- Created: 2019-12-26T02:32:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T11:24:41.000Z (over 2 years ago)
- Last Synced: 2025-05-07T19:02:58.845Z (6 months ago)
- Language: TypeScript
- Size: 9.42 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 9
- 
            Metadata Files:
            - Readme: README.md
 
Awesome Lists containing this project
- awesome-nodegui - Emoji picker - Just click to copy your Emoji (Apps)
README
          # Emoji Picker
Just click to copy your Emoji
Built with [nodegui](https://github.com/nodegui/nodegui) and [nodegui-starter](https://github.com/nodegui/nodegui-starter)
[v1.0.0 linux Release (AppImage)](https://github.com/slidinghotdog/emoji-picker/releases/tag/v1.0.0)
## Screenshots
### App Window:

### System Tray:

## To Use
To clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer.
Make sure you have met the requirements listed here: https://docs.nodegui.org/#/tutorial/development-environment
From your command line:
```bash
# Clone this repository
git clone https://github.com/elviosak/emoji-picker
# Go into the repository
cd emoji-picker
# Install dependencies
npm install
# Run the app
npm start
# Or create an executable file for your platform
npm run pack
```
## License
MIT