/momentum-clone

This is a clone of Google Chrome's popular homepage extension Momentum using React, the Unsplash API, the Open Weather API and Moment.js library.

Primary LanguageJavaScript

Momentum Chrome Extension Clone

This is a clone of the Google Chrome extension Momentum that generates a new photo and quote with every page visit as well as displays the time weather of a given zipcode. It also greets the user, as every home app should!

Additional Links

Planning Story

  • Set up React app template
  • Import random photo for background
  • Make API call for the weather
  • Get time from moment.js library
  • Make API call for a random quote
  • Add the Links and Todo links (not necessarily functional)

User Stories

  • As a user, I want to be able to input my location.
  • As a user, I want to see a new photo on page refresh.
  • As a user, I want to see the weather in my input location.
  • As a user, I want to see a random quote on page refresh.

Technologies Used

  • JavaScript
  • React
  • SCSS
  • Axios

Unsolved Problems

  • CORS error when trying to include a random quote using the forismatic api