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.
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 URL: GitHub Repository
- Live Site URL: Go to the site
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- JavaScript
<script defer src="/main.js" type="module"></script>
fetch('/data.json')
.then(response => response.json())
.then(data => {
console.log(data);
})
.catch(error => console.error('Error fetching the JSON data:', error));
});
- Frontend Mentor - @ikitamalarose
- GitHub - @ikitamalarose
- Twitter - @ikitamalarose
- Email - [email protected]