Skip to content

undefined0000000/icongenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a08ae22 Β· Oct 10, 2023
Aug 23, 2023
Sep 4, 2023
Feb 21, 2022
Feb 21, 2022
Aug 23, 2023
Aug 23, 2023
Feb 21, 2022
Sep 14, 2023
Aug 23, 2023
Oct 10, 2023
Oct 10, 2023
Aug 23, 2023
Aug 23, 2023
Aug 23, 2023

Repository files navigation

πŸ“š Learn Emoji

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

This website is a simple guessing game where an emoji is shown and the user types in a guess.

The answers take the form of canonical short names used on websites such as GitHub, Slack, Discord, Windows, macOS, and more. These short names follow closely to the CLDR Short Names from unicode.org.

For example, :see_no_evil: corresponds to πŸ™ˆ, :hear_no_evil: is πŸ™‰, and :speak_no_evil: is πŸ™Š.

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.

About

This is built by super star

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published