An React focused take home test for Frontend Developers. Please submit a CodeSandbox or CodePen link.
- Clone this repo
- Complete this exercise and submit either a zip of the solution or a link to a new repo
- Please use React to build this. All other choices of libraries, frameworks, etc. are up to you.
- Use ONLY the the included
weather.json
file as your datasource. Any hardcoding will be rejected immediately. - Don't use any servers to fetch the data, use the local file provided in this repo.
- Solution should be responsive and similar (only similar, NOT same, you are free to tweak the design and layout) to this:
- Show the "current" conditions for New York:
- Location (ie. New York, NY, USA)
- Current weather description (ie. sunny)
- Current temperature
- Today's high temperature
- Today's low temperature
- Allow the user to toggle more data in the current conditions area:
- Wind Speed
- Humidity
- Pressure
- Sunrise/Sunset Time