Any tips for a server side developers on how to create similar user interface? how was it created? fully custom? based on some frameworks?
I was a server side centric dev for a long period before being able to design decent apps.
Here are my tips:
- Spend as much time as possible on Photoshop / Adobe XD / Paint.Net or whatever software design you are using. Do not start to write any HTML or CSS before the design has all the pages done.
- Spend time in Design Network like Dribbble to be inspired by top notch creators
- Code stuff you see . If you see a design you like on Dribbble you should try to do it in HTML and CSS.
- Frameworks will not make you a good front end developers. The majority of front end devs just use Flexbox these days, frameworks are less and less important for CSS you’ll be faster if you just learn the behavior of html and css without frameworks.
- Be patient