No, this isn't the side project I posted about earlier. 😄
This may not be super useful since most OSes have an emoji picker of some kind, but it was a fun learning project while learning what's new in React since I last played with it.
You can see the site here: https://emojipicker.app
If you're curious, the code is all on GitHub: https://github.com/joeattardi/emoji-picker
I actually also extracted the notifications used in the app into a separate library, React Snackbar Alert. Yes, this is the side project I posted about earlier!