ReactHow to Use Google Charts in ReactIn this tutorial, we'll see how to use Google Charts in React by creating a simple React app with Create React App (CRA) either with hooks or context.
ReactHow to Internationalize a React AppWe'll learn how to internationalize a React website including translating content and changing the layout's direction based on the language chosen.
CSSHow to Style an Audio ElementIn this tutorial, we'll check how we can style audio elements with their pseudo-element selectors, and how we can style them completely from scratch.