Tahoe is a small macOS-style web project built using HTML, CSS, and JavaScript. It includes a few core features like a weather app, timer, world clock, and a music viewer.
During development, I worked with different APIs, like a weather API and Last.fm, to fetch real data. One challenge I faced was with the Spotify integration, which didn’t work due to account limitations, so I switched to Last.fm instead.
I also experimented with UI design, animations, and canvas, especially while building the timer and world clock. Some parts (like SVGs and understanding API docs) were sped up using AI.
Overall, this project helped me improve my frontend skills and learn how to handle APIs, debugging, and design issues.