Skip to content

Latest commit

 

History

History
61 lines (45 loc) · 2.78 KB

README.md

File metadata and controls

61 lines (45 loc) · 2.78 KB

Frontend Mentor - Clock app solution

By Jose Furtado - @JoseDigiweb

This is a solution to the Clock app challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Overview

The challenge

Users should be able to:

  • View the optimal layout for the site depending on their device's screen size
  • See hover states for all interactive elements on the page
  • View the current time and location information based on their IP address
  • View additional information about the date and time in the expanded state
  • Be shown the correct greeting and background image based on the time of day they're visiting the site
  • Generate random programming quotes by clicking the refresh icon near the quote

Links

My process

Built with

  • Semantic HTML5 markup
  • Sass, SCSS custom properties
  • Flexbox
  • JavaScript - Vanilla JavaScript
  • Webpack - JavaScript bundler
  • Babel - JavaScript compiler
  • Postcss - A tool for transforming CSS with JavaScript
  • Axios - Promise based HTTP client for the browser and node.js
  • Netlify Functions - Serverless Lambda functions
  • Git - version control system
  • GitHub - version control platform

Useful resources

Author