Project Overview
The Personal Dashboard is a simple yet functional web app built using only HTML, CSS, and JavaScript. This project showcases my ability to fetch and display dynamic data from multiple external APIs, including cryptocurrency prices, weather updates, and background images.
Dynamic Background: Fetches and displays a random landscape image from the Unsplash API each time the page is loaded. Cryptocurrency Prices: Displays live data for Dogecoin using the CoinGecko API, including current price, 24-hour high, and low values. Current Weather: Retrieves and displays local weather based on geolocation, including temperature and city name, using the OpenWeather API. Live Clock: Displays the current time in real-time with a dynamic clock.