An open API service indexing awesome lists of open source software.

https://github.com/ramigalvan/fm-results-summary-component

Results summary component
https://github.com/ramigalvan/fm-results-summary-component

css-modules react typescript

Last synced: 2 months ago
JSON representation

Results summary component

Awesome Lists containing this project

README

          

# Frontend Mentor - Results summary component solution

This is a solution to the [Results summary component challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/results-summary-component-CE_K6s0maV). Frontend Mentor challenges help you improve your coding skills by building realistic projects.

## Table of contents

- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [Useful resources](#useful-resources)
- [Author](#author)

**Note: Delete this note and update the table of contents based on what sections you keep.**

## 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

### Screenshot

![Desktop preview](./public/desktop-design.jpg)

### Links

- Solution URL: [Github repository](https://github.com/nikogalvan/fm-results-summary-component)
- Live Site URL: [Github pages](https://nikogalvan.github.io/fm-results-summary-component/)

## My process

### Built with

- CSS custom properties
- Flexbox
- Mobile-first workflow
- [Vite](https://vite.dev/) - build tool
- [React](https://reactjs.org/) - JS library
- [TypeScript](https://www.typescriptlang.org/) - adds additional syntax to JavaScript
- [CSS modules](https://github.com/css-modules/css-modules) - For styles

### Useful resources

- [Css Modules articles](https://css-tricks.com/css-modules-part-1-need/)

## Author

- Frontend Mentor - [@nikogalvan](https://www.frontendmentor.io/profile/nikogalvan)