Using React Context for Data Sharing in this Dictionary Web App
My solution to the Frontend Mentor challenge uses React and Sass. The component calls the Free Dictioanry API after users enter their given search word. The dark mode toggle and keyboard accessible navigation provides extra usability. I used Sass loops and mixins to create the theme toggle and React Context to pass data. This web app also uses the HTML audio element and React useRef hook to give functionality to the "play" button. It was a great project to help boost my React hook knowledge!