frontendstu / results-summary-component

The follow along tutorial to Kevin Powell's solution of the "Results Summary Component" by Frontend Mentor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend Mentor - Results summary component solution

This is a solution to the Results summary component 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 interface depending on their device's screen size
  • See hover and focus states for all interactive elements on the page
  • Bonus: Use the local JSON data to dynamically populate the content (one day šŸ¤­)

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Mobile-first workflow

What I learned

I followed along with Kevin Powell's video From Design to Code // HTML & CSS from scratch // Frontend Mentor on YouTube.

Continued development

At a later stage I will revisit this project, convert it to Sass and actually attempt the bonus objective of pulling in local JSON data.

Author

Acknowledgments

I'd like to thank Kevin Powell for his amazing tutorial videos. They really are a go-to for me and help with refreshing my knowledge.

About

The follow along tutorial to Kevin Powell's solution of the "Results Summary Component" by Frontend Mentor

License:GNU General Public License v3.0


Languages

Language:HTML 53.3%Language:CSS 46.7%