Skip to content

ichiragtaluja/neogcamp-emoji-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emoji Intepreter

Know the name of the animal by either dropping any animal-emoji from the lists or just click any of the emojis and it's name will appear.

Demo

You can refer to this video for a quick demo.

https://youtu.be/D5ZtYEqlJo4

Tech Stack

Client: React, HTML5, CSS3

Hosted On: Codesandbox.io

Screenshots

image

Features

  • Interpret animal-emojis on the fly.
  • Cross platform

Source Code Explanation

Used a dictionary to store all emojis and their meaning.

To get the value of the key, below function was used

function clickHandler(emoji) {
    
    output = emojiDictionary[emoji];

    setOutput(output);

Releases

No releases published

Packages

No packages published