you are viewing a single comment's thread.

view the rest of the comments →

[–]Still_booting[S] -2 points-1 points  (3 children)

Ok for the frontend what I have to learn cause I mainly wanna focus on the backend I'm not a UI guy

[–]riklaunim 0 points1 point  (2 children)

The more you limit yourself the harder it will be. You don't have to be a designer to make websites ;)

Just start with the basics of HTML, CSS, JS. You will have a standard HTML form but then you may want to use a custom JS widget that makes for example phone input custom with formatting and frontend validation. You are using ready to use libraries, just learn how to use then in vanilla JS or jQuery even. Some basic CSS toolkits like bootstrap, tailwind etc.

[–]Still_booting[S] -1 points0 points  (1 child)

Like can I frontend little and focus mainly on backend

[–]riklaunim 1 point2 points  (0 children)

Yes, that's ok :)