orion-ui icon indicating copy to clipboard operation
orion-ui copied to clipboard

Sample Application: Weather!

Open camwest opened this issue 9 years ago • 2 comments

As a developer
I want to see a sample integration of orion components
So that I can understand how hard it would be to integrate myself

Scenario: Get forecast

Given I am on the sample application page When I choose a city And I select a date Then I see a a delay of 3 seconds while my "forecast" is calculated And then I see a randomly assigned forecast visually

Other Requirements:

  • For now don't actually hit the Dark Sky API, just set a random forecast of (clear, rain, snow, sleet, wind, fog, cloudy)
  • Get icons from the Noun Project website for icons
  • Page should be built in react with create-react-app as a base dev env
  • Use Tachyons for basic styling outside of what our components already provide
  • Use Flexbox for layout
  • See wireframe for overall layout & content (also available as a Balsamiq Mockup in repo)

sample-application

camwest avatar Jan 29 '17 00:01 camwest

@nfiniteset Please implement this in https://glitch.com/ (Go Mix renamed)

camwest avatar Mar 15 '17 18:03 camwest

@camwest This is ready for review: https://aquatic-rate.glitch.me

nfiniteset avatar Mar 15 '17 23:03 nfiniteset