This apps recognizes characters……

const animeCharacters = [ { name: "Naruto Uzumaki", anime: "Naruto", image: "https://static.wikia.nocookie.net/naruto/images/9/94/Naruto_Uzumaki.png" }, { name: "Sailor Moon", anime: "Sailor Moon", image: "https://static.wikia.nocookie.net/sailormoon/images/7/7e/Sailor_Moon.png" }, { name: "Goku", anime: "Dragon Ball", image: "https://static.wikia.nocookie.net/dragonball/images/9/9a/Goku_Super_Saiyan.png" }, { name: "Luffy", anime: "One Piece", image: "https://static.wikia.nocookie.net/onepiece/images/6/6b/Luffy_Anime_Post_Timeskip.png" } ];