Skip to content

tinuola/fm_time-tracking-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor: Time Tracking Dashboard

Solution to the Time Tracking Dashboard challenge on Frontend Mentor.

Challenge

  • Build out a dashboard using provided desktop and mobile designs
  • 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

Solution

Live Site: tt-fm-timetracking-dashboard.netlify.app/

Tools & Resources

  • HTML, CSS, JavaScript
  • React
  • Deployed on Netlify

Project Setup

Clone repository

In the project directory:

npm install
`npm start`

Open http://localhost:3000 (or next available port) to view app in the browser

Visit my Frontend Mentor profile to view other completed challenges!