Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
24
Comments
5

James

@neenrevaVA/US390 points

I’m a mysterious individual who has yet to fill out my bio. One thing’s for certain: I love writing front-end code!

I’m currently learning...

HTML/CSS/JS

Latest solutions

  • Fylo landing page with two column layout


    James•390
    Submitted almost 3 years ago

    1 comment
  • Expenses chart component

    #chart-js#sass/scss

    James•390
    Submitted almost 3 years ago

    0 comments
  • Intro section with dropdown navigation


    James•390
    Submitted about 3 years ago

    0 comments
  • Clipboard landing page


    James•390
    Submitted about 3 years ago

    0 comments
  • Sunnyside agency landing page


    James•390
    Submitted about 3 years ago

    1 comment
  • Advice generator app


    James•390
    Submitted about 3 years ago

    1 comment
View more solutions

Latest comments

  • Jarrod•50
    @cannonjarrod19
    Submitted almost 3 years ago

    Expenses-Chart

    1
    James•390
    @neenreva
    Posted almost 3 years ago

    Just had fun with ChartJS myself. The docs could probably be better but I found some things you might be looking for in particular :

       let myChart = new Chart("myChart", {
            type: "bar",
            data: { },
            options: {
                elements: {
                      bar: {
                           borderRadius: 'your value here',
                           borderSkipped: false,
                      } 
                }
            }
    

    Tooltips are a little trickier. I played with these in the console till I got what I wanted.

       let myChart = new Chart("myChart", {
            type: "bar",
            data: { },
            options: {
               plugins: {
                tooltip: {
                  callbacks: {
                    title: function (context) {
                      context = "$" + context[0].formattedValue;
                      return context;
                    },
                    label: function (context) {
                      context = "";
                      return context;
                    },
                  },
                }
            }
    

    My code here if you want some specific references to how I handled it. Hope this helps

  • darryncodes•6,350
    @darryncodes
    Submitted about 3 years ago

    Calculator app - HTML, SCSS, JS, FlexBox, mobile-first, BEM & Parcel

    #accessibility#bem#parcel#sass/scss
    2
    James•390
    @neenreva
    Posted about 3 years ago

    Nice work as always. When you mentioned the formatting improvements for the future the toLocaleString() method comes to mind. I'll leave an MDN link and let you figure out if it's useful.

    https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/toLocaleString

    Marked as helpful
  • JAnVal•220
    @JAValentino
    Submitted over 3 years ago

    3 Column Preview Card Component Using Flexbox, CSS Grid & Variables

    2
    James•390
    @neenreva
    Posted over 3 years ago

    I think the report is mostly due to the live link needing to be fixed. In the Github repository hit the settings tab and find the 'pages' section. Select your main branch and save. Resubmit the new live link in the challenge and refresh the view.

    Marked as helpful
  • P
    sumit kumar bighaniya•170
    @Ammyy9908
    Submitted over 3 years ago

    Responsive Order Summary Card

    #accessibility
    2
    James•390
    @neenreva
    Posted over 3 years ago

    Overall this renders pretty well. The few things I see are the drop shadow on the payment button and the alignment of the card. The accessibility issues are something you'll have to add in the html. Semantic html is something I'm new to as well but you'll quickly see that it helps organize and ends up being more readable for others looking at your code. It will also help with SEO and users that may use screen readers. I'll leave a link that is a quick reference.

    https://www.w3schools.com/html/html5_semantic_elements.asp

  • Goran•500
    @GoranK89
    Submitted over 3 years ago

    Single price grid component solution (used flexbox, not grid)

    1
    James•390
    @neenreva
    Posted over 3 years ago

    Very good overall. Take this for what it's worth because I'm a noob myself. I noticed that some of your colors were off. Are you getting the values they give in the style-guide? If not those will bring this to almost perfect. Keep it up!

    Marked as helpful
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

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

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

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

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

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

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