chioma christopher yep ! The way you can check is that normally if you don’t have the keys set up properly React should show an error in the console like « Warning: Each child in a list should have a unique “key” prop. ». If you don’t see it you’re good to go ☺️
Ndeye Fatou Diop
Senior Frontend Engineer
Very cool post ! Way to go 💪. By the way you don’t need the key in the li inside the item : you already added it when doing the .map() 😊