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
- Host: GitHub
- URL: https://github.com/ramigalvan/fm-results-summary-component
- Owner: ramigalvan
- Created: 2025-01-27T02:01:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-30T23:15:18.000Z (over 1 year ago)
- Last Synced: 2025-07-22T21:30:00.519Z (11 months ago)
- Topics: css-modules, react, typescript
- Language: CSS
- Homepage: https://nikogalvan.github.io/fm-results-summary-component/
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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