https://github.com/webdevbynight/time-tracking-dashboard-main
This repository is an exercise from a Frontend Mentor challenge.
https://github.com/webdevbynight/time-tracking-dashboard-main
exercise frontendmentor-challenge
Last synced: 5 months ago
JSON representation
This repository is an exercise from a Frontend Mentor challenge.
- Host: GitHub
- URL: https://github.com/webdevbynight/time-tracking-dashboard-main
- Owner: webdevbynight
- Created: 2024-10-13T01:49:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T00:22:08.000Z (over 1 year ago)
- Last Synced: 2025-01-29T14:39:25.865Z (over 1 year ago)
- Topics: exercise, frontendmentor-challenge
- Language: SCSS
- Homepage: https://webdevbynight.github.io/time-tracking-dashboard-main/
- Size: 416 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor - Time tracking dashboard solution
This is a solution to the [Time tracking dashboard challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/time-tracking-dashboard-UIQ7167Jw). 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)
- [What I learned](#what-i-learned)
- [Author](#author)
## Overview
### The challenge
Users should be able to:
- View the optimal layout for the site depending on their device's screen size
- See hover states for all interactive elements on the page
- Switch between viewing Daily, Weekly, and Monthly stats
### Screenshot

### Links
- Solution URL: [https://github.com/webdevbynight/time-tracking-dashboard-main](https://github.com/webdevbynight/time-tracking-dashboard-main)
- Live Site URL: [https://webdevbynight.github.io/time-tracking-dashboard-main/](https://webdevbynight.github.io/time-tracking-dashboard-main/)
## My process
### Built with
- Semantic HTML5 markup
- CSS (via SCSS)
- custom properties
- logical properties
- flexbox
- grid
- JavaScript (via TypeScript)
- Mobile-first workflow
### What I learned
I learnt the way of building a grid layout with the keyword `auto-fit`. I thought it would be complicated to use it, but it is as easy as to use the `repeat()` function, where such a keyword is used. Combined with the use of the `clamp()` function to define the grid container width, I managed not to multiply media queries.
## Author
- Website - [Victor Brito](https://victor-brito.dev)
- Frontend Mentor - [@webdevbynight](https://www.frontendmentor.io/profile/webdevbynight)
- Mastodon - [@webdevbynight](https://mastodon.social/webdevbynight)