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.
- 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
Accessibility
- Page is responsive to different screen sizes
- Interactive elements have clear focus indicator
- Statistic contents are easily announced by screen readers
Site built with mobile-first workflow to prioritize mobile devices, made accessible using ARIA Authoring Practices Guide (APG).
- HTML + CSS: vanilla CSS for styling.
- Browsersync: live development server (sync files changes).
- Deployed on github page using Github Actions (manually triggered).
Having these tools installed:
- Git (prefer lastest LTS version)
- NodeJS (prefer latest LTS version)
Open new terminal, run the following command:
git clone https://github.com/haquanq-frontendmentor/results-summary-component.git
Then, run npm install
to install all dependencies.
npm install
In terminal, run npm run dev
to start development server:
npm run dev