Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgp1130/emoji-picker
Lists out all emoji for easy copying with a simple search mechanism.
https://github.com/dgp1130/emoji-picker
Last synced: 12 days ago
JSON representation
Lists out all emoji for easy copying with a simple search mechanism.
- Host: GitHub
- URL: https://github.com/dgp1130/emoji-picker
- Owner: dgp1130
- Created: 2022-02-05T07:25:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-06T07:51:31.000Z (almost 3 years ago)
- Last Synced: 2024-10-05T07:41:06.818Z (about 1 month ago)
- Language: TypeScript
- Size: 9.75 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Emoji Picker
Try it now at [emoji.dwac.dev](https://emoji.dwac.dev/)!
![Screenshot of the emoji picker, showing a large grid of various emoji icons and
including a text box labeled "Emoji filter" with a popup message which reads "Copied 😀
to clipboard!"](/docs/screenshot.png)A simple emoji picker
[Progressive Web App](https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Introduction)
with search functionality to easily find and copy your favorite ♥️ emojis! Use the search
box 🔍 to filter for the emoji you are looking for, and click on it to easily copy to the
clipboard 📋. Consider installing the application on your device (or add to home screen)
for additional emoji goodness 🤗!# Local Development
Install the development environment with:
```shell
$ npm ci
```Run the application locally with:
```shell
$ npm start
# Open your browser to http://localhost:4200/
```# Testing
Run tests with:
```
$ npm test
```Though I got pretty lazy with tests here, so TBH there's not much there.
# Deployments
Deploy with:
```shell
$ npm run -s deploy -- --site "${SITE_ID}" --prod
```