Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bradgarropy/adobe-weather

🌡 adobe interview question - weather
https://github.com/bradgarropy/adobe-weather

adobe eslint interview jest nextjs open-weather prettier react typescript vercel weather

Last synced: about 1 month ago
JSON representation

🌡 adobe interview question - weather

Awesome Lists containing this project

README

        

# 🌡 adobe weather

_During an interview with [Adobe][adobe], I was asked to fetch and show the weather using Adobe's in house component library._

[![vercel][vercel-badge]][vercel]
[![github actions][github-actions-badge]][github-actions]
[![codecov][codecov-badge]][codecov]
[![contributing][contributing-badge]][contributing]
[![contributors][contributors-badge]][contributors]
[![discord][discord-badge]][discord]

## ❓ question

Using [React][react] and Adobe's [React Spectrum][spectrum], fetch and display the weather based on a user provided zip code. Use [OpenWeatherMap][open-weather] to retrieve the weather data.

## 🤔 assumptions

For the purposes of this exercise, I assumed we were only interested in the temperature information.

## 💀 execution

```bash
git clone https://github.com/bradgarropy/adobe-weather.git
cd adobe-weather
npm install
npm start
```

## ✨ contributors



Brad Garropy

💻 🎨 📖 🚇 ⚠️

[vercel]: https://vercel.com/bradgarropy/adobe-weather
[vercel-badge]: https://img.shields.io/github/deployments/bradgarropy/adobe-weather/production?label=vercel&style=flat-square
[github-actions]: https://github.com/bradgarropy/adobe-weather/actions
[github-actions-badge]: https://img.shields.io/github/workflow/status/bradgarropy/adobe-weather/%F0%9F%A7%AA%20test?style=flat-square
[codecov]: https://app.codecov.io/gh/bradgarropy/adobe-weather
[codecov-badge]: https://img.shields.io/codecov/c/github/bradgarropy/adobe-weather?style=flat-square
[contributing]: https://github.com/bradgarropy/adobe-weather/blob/master/contributing.md
[contributing-badge]: https://img.shields.io/badge/PRs-welcome-success?style=flat-square
[contributors]: #-Contributors
[contributors-badge]: https://img.shields.io/github/all-contributors/bradgarropy/adobe-weather?style=flat-square
[discord]: https://bradgarropy.com/discord
[discord-badge]: https://img.shields.io/discord/748196643140010015?style=flat-square
[adobe]: https://www.adobe.com
[react]: https://reactjs.org
[spectrum]: https://react-spectrum.adobe.com
[open-weather]: https://openweathermap.org