Frontend code challenge
The Charlie Challenge is to build a responsive microsite that displays the weather forecast for a given location. The user can change the location by entering it into an input field. The site will collect the user’s geographic coordinates to determine the city name, and will use the Bing highlight image as the background. The weather forecast will include information for today, tomorrow, and the day after tomorrow. The background image will have a gradient overlay that reflects the current temperature. The site will also allow the user to switch between Celsius and Fahrenheit temperature units.
To install and run the Charlie Challenge microsite, follow these steps:
git clone [repository url]
cd [project directory]
npm install
npm start
The Charlie Challenge is a weather forecast microsite that allows users to view the weather information for different locations. It has features such as location input, geographic coordinates collection, background image selection from the Bing API, and temperature gradient overlay on the background image. The microsite also supports temperature unit conversion and uses icons from an external resource. It can be installed and run on a local machine using the provided installation steps.