Search code examples
cssmacosuser-interfaceprogressive-web-appsuser-experience

How to create a UI like CleanMyMac X?


The UI of the mac app CleanMyMax X looks quite good. Is this created using something that is Mac OS specific? How can I create something similar using HTML, CSS?

Attaching a screenshot of the app: enter image description here

Thanks!


Solution

  • Of course you can create something like this.

    make 2 divs(1 for main 1 for sidenav)

    get the background color right with the color picker(you can screenshot the background and use https://imagecolorpicker.com/)

    in the sidenav add the list with content(smartscreen etc.)

    round corners with border-radius

    you can add images as elements in a div wrappers and centre them as you wish

    . . . . . .

    When you want to you can use CSS HTML and Javascript for the front end etc.

    you can use Angular or React if you wish as well