spinfal / emoji-splitter

Split an emoji into its combined emojis and see what most emojis are made of.

Home Page:https://emoji-splitter.clit.repl.co/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Preview

Emoji Splitter

Recently I learned that most emojis can be split into two or more parts. For example, the emoji πŸ§‘β€πŸŒΎ would be split into two (technically three) parts: πŸ§‘ and 🌾.

The code to split the emoji into different parts is:

[...'πŸ§‘β€πŸŒΎ']

Getting Started

First, rename Global.example.js to Global.js.

Second, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

Split an emoji into its combined emojis and see what most emojis are made of.

https://emoji-splitter.clit.repl.co/


Languages

Language:JavaScript 98.0%Language:CSS 2.0%