Simple Hyperapp app for searching emoji.
Based on ahfarmer/emoji-search (a React example).
This example use Parcel bundler and JSX
syntax.
For plain ES6
syntax see the Codepen version of this example.
git clone https://github.com/LearnHyperapp/emoji-search.git
cd emoji-search
npm install
npm run start
npm run build
More examples: LearnHyperapp