Creating a Name Generator Part 2
There are a couple of new features we want to add to our Name Generator. These include saving our favorite names, changing the UI etc. Getting Ready to Display Favorites To save a favorite, we need to have a way to keep track of them. So in our state object, we’re going to add a…