prabhath6 / emoji-search-clojurescript

Search Emojis using ClojureScript and Reagent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Development mode

To start the Figwheel compiler, navigate to the project folder and run the following command in the terminal:

lein figwheel

Figwheel will automatically push cljs changes to the browser. Once Figwheel starts up, you should be able to open the public/index.html page in the browser.

Building for production

lein clean
lein package

App Sample Screenshots

Clicking on any emoji will copy it on to clipboard. Default Page After Searching

About

Search Emojis using ClojureScript and Reagent

License:MIT License


Languages

Language:Clojure 99.7%Language:HTML 0.3%