A web app for converting alphanumeric text to emoji representations, built using React.
Try it out »
Report Bug
·
Request Feature
·
Contact
Table of Contents
This is a web app for converting alphanumeric text to an emoji representation. This project was built using the React framework.
To get a local copy up and running follow the steps below:
Install node.js and the npm package manager using your package manager or other method of choice (see options).
Clone the repository and install npm dependencies.
git clone https://github.com/ndugdale/emojifier.git
cd emojifier
npm install-
Run in development mode on http://localhost:3000:
npm start
-
Test the application by launching the test runner:
npm test -
Build an optimised bundle to the
builddirectory:npm run build
Distributed under the MIT Licence. See LICENCE.md for more information.
Project Link: https://github.com/ndugdale/emojifier
