Skip to content

Simple Emoji Search Application developed using Nuxt Js

Notifications You must be signed in to change notification settings

thealoneprogrammer/Emmimmojiii

Repository files navigation

Emmimmojiii

An Emoji Search application developed using Nuxt.js

Take a demo below

https://emmimmojiiii.herokuapp.com/

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

Screenshot from 2020-06-16 12-29-47 Screenshot from 2020-06-16 12-30-11 Screenshot from 2020-06-17 11-15-05

Project uses the emoji-api which can be taken from https://emoji-api.com/ and use the same key in nuxt.config.js wherever specified

nuxt.config.js looks like below

...

env: {
    emoji_api_key: 'your emoji api key'
},

...

Releases

No releases published

Packages

No packages published