I was making a Tic Tac Toe game using React and adding sound effects for moves, wins, and draws. I've created functions like playWinSound, playDrawSound, and playMoveSound in SoundEffects.js file, and then imported them into Game.js file.