Skip to content

nikkehtine-fm/results-summary-component

Repository files navigation

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

Things yet to implement:

  • Animations
    • Button hover transition
    • Progress bars loading animations
    • Counting up the score on result card

Things I might implement:

  • Interactive values (with hooks)
  • Action on button click (either one of):
    • Overlay
    • Rendering a page

Screenshot

Screenshot of the completed page

Links

My process

Built with

  • Responsive Web Design
  • Flexbox
  • CSS Grid
  • React - JS library
  • Styled Components - Library for adding styles to React components

Continued development

Things I have to still learn:

  • Proper React workflow
  • Hooks

Useful resources

Author