tuanductran / emoji-kitchen

Home Page:https://emoji-kitchen-iota.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🧑‍🍳 Emoji Kitchen

This repository contains the source code for the website https://emojikitchen.dev.

This website allows for quick and easy browsing of the comprehensive list of supported emoji mashups as part of Google's Emoji Kitchen.

There are currently just over 30,000 possible valid combinations showcasing the unique illustrations and combined emoji!

Getting Started

This repository leverages VSCode's devcontainer feature to ensure all necessary dependencies are available inside the container for development.

Application

To get started:

npm install && npm start

This will start the application on your local machine, running on http://localhost:5173/.

Deployments

All application deployments are managed via GitHub Actions and the ./.github/workflows/deploy.yml workflow.

Additionally, application dependencies are automatically managed and updated via Dependabot and the ./.github/workflows/automerge-dependabot.yml workflow.

Supporting Emoji Data

This list of supported emoji and valid emoji combinations was built by scraping Google's API that serves the mashed up images.

This tooling can be found in the ./scripts directory.

The output JSON file is committed directly to this repository due to the extended nature of how long it takes to gather this information.

The script allows for iteratively building on this saved data, so future emojis need only be added to the scraping algorithm and it will be partially added into the existing file.

About

https://emoji-kitchen-iota.vercel.app


Languages

Language:TypeScript 54.6%Language:JavaScript 41.3%Language:HTML 4.1%