Skip to content

ndugdale/emojifier

Repository files navigation

Contributors Forks Stargazers Issues MIT License

Emojifier

A web app for converting alphanumeric text to emoji representations, built using React.
Try it out »

Report Bug · Request Feature · Contact

Table of Contents
  1. About The Project
  2. Running Locally
  3. Licence
  4. Contact

About the Project

Screenshot of Emojifier web app

This is a web app for converting alphanumeric text to an emoji representation. This project was built using the React framework.

Built With

React Tailwind CSS Jest Testing Library

(back to top)

Running Locally

To get a local copy up and running follow the steps below:

Prerequisites

Install node.js and the npm package manager using your package manager or other method of choice (see options).

Installation

Clone the repository and install npm dependencies.

git clone https://github.com/ndugdale/emojifier.git
cd emojifier
npm install

Development

  • 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 build directory:

    npm run build

Licence

Distributed under the MIT Licence. See LICENCE.md for more information.

(back to top)

Contact

Project Link: https://github.com/ndugdale/emojifier

(back to top)

About

A webpage for converting text to emojis built using React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published