Skip to content

React app that takes input and renders emoji letter art

Notifications You must be signed in to change notification settings

miked1ck/emojiart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emoji art translator (react, redux, express)

Like ascii art, type a phrase and get app will render emoji letter art. Demo

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

Hope you enjoy, cheers!

About

React app that takes input and renders emoji letter art

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published