Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 959 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 959 Bytes

Weather Teller

React based Weather Forecast and Fortune Teller web-app

Responsive design for mobile, tablet, and desktop


Swipe on carousel on touch devices to browse through daily forecasts for the week

Click on temperature to toggle betwee metric and imperial system

Click on "Daily Fortune" to see your fortune (if unable to fetch fortune try disabling adblock as it might be blocking the app's psychic abilities)


Click here to preview app on GH-Pages



Tech:

  • ReactJS
    • custom hooks
    • custom context provider component
    • swipe event handlers
    • framer-motion animations
    • AirBnb code style compliant
  • Bulma
    • mobile first design
    • responsive design
  • JavaScript
    • module pattern
    • builder pattern
  • CSS
    • media queries for enhanced mobile and touch UX
  • HTML