- Current Weather: View the current weather conditions including temperature, humidity, wind speed, and weather description.
- Search Functionality: Search for weather forecasts by entering a city name.
- World Clock: View the current time of the searched location.
- Express.js: A minimal and flexible Node.js web application framework used for building the server-side of the application.
- Weather API: An external API from OpenWeatherMap used to fetch weather data for various locations.
- HTML/CSS: Frontend markup and styling for the website.
- JavaScript: Programming language used for client-side interactivity and backend functionality.