WeatherCheck – Full-stack weather app using Node.js & Express. My first node based web-app. A simple full-stack weather application built to understand frontend–backend communication, internal APIs, and external API integration.
- Frontend: HTML, CSS, JavaScript
- Backend: Node.js, Express
- External API: OpenWeather API
- Fetches real-time weather data
- Backend API acts as a proxy
- Environment variables for Security
- Loading spinner during API calls
- Frontend & Backend architecture
- Internal vs External APIs
- Async JavaScript
- CORS handling