Skip to content

React app that takes input and renders emoji letter art

Notifications You must be signed in to change notification settings

miracle2k/emoji-gram

 
 

Repository files navigation

Emoji-gram

A reactjs emoji word-art generator

Like ascii art, type a phrase and this app will render emoji letterforms. It's like, emoji replaces text with pictures, this replaces text with pictures, too... but better.

Check out the demo emojigram.ohnotype.co

screenshot

Install

First clone or download the app to your local machine, then install all dependencies with:

$ npm install

Run

Running the app is an easy few steps after you've installed it. First boot the express server that is included by running:

$ npm start

You should be able to view the app in your web browser at: http://localhost:8080.

Dev

Want to contribute? Great!

To develop, you'll need to make sure that webpack is watching for changes that you save so that it can auto bundle everything together. To set up a webpack watcher to bundle upon each save:

$ npm run dev

To bundle one time and NOT run a watch:

$ npm run build

Authors

About

React app that takes input and renders emoji letter art

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.3%
  • CSS 30.1%
  • HTML 12.6%