Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
20
Comments
1
SuzuMantan
@agusthas

All comments

  • Azzy dvyastia kesuma•1,425
    @azzykesuma
    Submitted over 3 years ago

    time tracking HTML,CSS(SASS),JS

    1
    SuzuMantan•370
    @agusthas
    Posted over 3 years ago

    Hello 👋,

    As for you question on how to draw data from JSON to HTML, i suggest you check out the fetch API that comes with browser, you can fetch the data from JSON in your app.js and render the needed data.

    example:

    // Replace ./data.json with your JSON feed
    fetch('./data.json').then(response => {
      return response.json();
    }).then(data => {
      // Work with JSON data here
      console.log(data);
    }).catch(err => {
      // Do something for an error here
    });
    

    For the design, i'm not good with CSS but i say its looks perfect, but it would be better to centered the content for laptop and larger screen size.

    Keep on coding 👏

Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub