Skip to content

challenge you're going to be applying what you've learned about mapping components in React to create an emoji dictionary that looks beautiful and helps you in knowing what emojis actually mean

Notifications You must be signed in to change notification settings

anderson92zolis/emojis-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emojis App

Emojis App

This is a React application that demonstrates how to create a list of emojis using components, props and maps function.

Instructions


  1. Extract the repeated parts of the App into a Entry component.

  2. Use props to make the Entry component render different data.

  3. Import the emojipedia constant.

  4. Map through the emojipedia array and render Entry components.

Emojipedia has 3 entries, so createEntry gets called 3 times. Each time, it passes 1 item from the emojipedia array as a var called emojiTerm.

About

challenge you're going to be applying what you've learned about mapping components in React to create an emoji dictionary that looks beautiful and helps you in knowing what emojis actually mean

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published