Code Trends is a web-based interactive visualization that displays the popularity of programming languages based on the TIOBE Index. It uses a bubble chart where each bubble represents a programming language, and the size of the bubble indicates the language's rating percentage. This project demonstrates web scraping to collect data, data processing, and visualization using D3.js.