Skip to content

sanderdechering/Frontend-mentor_time-tracking-dashboard

Repository files navigation

Frontend Mentor - Time tracking dashboard solution

This is a solution to the Time tracking dashboard 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 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

[screenshot_1](Screenshot 2023-02-14 at 13.02.21.png) [screenshot_2](Screenshot 2023-02-14 at 13.02.54.png)

Links

My process

Built with

What I learned

My first project where I build a vue project and deploy it on a live website. There were a lot of hills to climb, but in the end i managed to deploy a proper looking website.

The main problem I had was making sure the static images i was using with a dynamic url were being added to the assets folder after building.

function getImageUrl(name: string) {
  return new URL(`../../images/${name}`, import.meta.url).href;
}

A different problem was how to deploy a build inside a dist folder on github pages. There was one tutorial that helped me get it done (link in usefull resources). Vite also explained how to do it, but I did not get the script they provided to get working.

Useful resources

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published