During an interview with Adobe, I was asked to fetch and show the weather using Adobe's in house component library.
Using React and Adobe's React Spectrum, fetch and display the weather based on a user provided zip code. Use OpenWeatherMap to retrieve the weather data.
For the purposes of this exercise, I assumed we were only interested in the temperature information.
git clone https://github.com/bradgarropy/adobe-weather.git
cd adobe-weather
npm install
npm start
Brad Garropy 💻 🎨 📖 🚇 |