Search code examples
reactjsuser-interfacelayoutuser-experience

Any idea to improve the design?


Hi I'm working on a web app, I'm currently try to make the profile info page, but I'm stuck because I'm not a good designer so I don't know how to improve the page to get it better... this is the screen, anyone can tell me what to change to improve the appearance??

enter image description here

Even I dont know how to improve the navigation bar(Account,Billing,Requests) over the card.

Thanks if anyone can tell me how to improve the looking!!


Solution

  • Unless you have a design team, stick to an UI framework to make your life easier!

    I assume that you are using React for building this web app, here is my suggestion for common UI frameworks:

    1. Ant Design (recommend for large community support)
    2. Material-UI (recommend for large community support)
    3. reactstrap

    If you want to improve your UX design, I recommend this book for non-design background developer:

    The Non-Designer's Design Book by Robin Williams