React app that generates random emojis and displays them on the screen. The user can also search for a specific emoji by typing in the input field.
- random emoji on page load
- new random emoji on Generate button click
- show emoji name under emoji
- choosing an emoji by name
- showing error if invalid emoji name entered
- random emoji maybe with library
- useState with initial value (random emoji)
- create a button
- generate new emoji on button click
- add emoji name under emoji
- create input field, connect to state
- show error message when emoji doesn't exist