Skip to content

bradgarropy/descript-weather

Repository files navigation

🌤 descript weather

In an interview with Descript, I was asked to build a weather dashboard. Here is my solution.

vercel github actions codecov contributing contributors discord

❓ question

Build a weather dashboard where the user can add and remove locations to view the weather. Locations should be added by zip code. The dashboard should display the temperature and the air quality for each location. Use the OpenWeatherMap API to retrieve the weather information.

BONUS: Once a location has been added, refresh its weather data every five seconds.

🤔 assumptions

Everything made sense, I made no assumptions!

💀 execution

git clone https://github.com/bradgarropy/descript-weather.git
cd descript-weather
npm install
npm start

✨ contributors


Brad Garropy

💻 🎨 📖 🚇 ⚠️