How you can get started with coding?
I'm here to share my experience and add some value to those who are trying to start there career in programming. There is this myth or misconception that coding is rocket science or something so nerdy, Guys lets make it clear it isn't like you see in movies all the binary digits rolling over the screen. But I can assure you that once you get the taste of coding you will be like how did I miss it these many days at least I felt it that way. You feel like suddenly connected to every digital device how an app that you use is made, how the website you visit is made. You at the sudden will be like let's go build things. Ok now, where to get that taste?
I would simply suggest first finish off learning HTML and CSS these are the building blocks of the web, HTML-Hyper Text Markup Language as the name it is a Markup language not programming language. It is the rendering language that it renders or gets data or text to display on your browser. CSS- Cascading Style Sheet is the styling part of your website the color, text alignment, font-size, basic animations and all that. once you finish these you can build a basic static website on your own. Some free resources that you can use are FCC and Traversy Media.
Try building a few websites with the skills that you have learned so far so that you get familiar with them. Once you finish few landing pages you get to challenges like how to add certain functionalities like animations and changing a text block on clicking a button with that you will start learning javascript the real fun begins here. Again some free resources are practical javascript by Gordan_Zhu and w3 schools also try doing few How to sections on w3 and for practice do challenges from Frontend Mentor. That is it for now. Thank you for reading and like it if it added any value to you and ping me if you have any queries I'm always happy to help. cheers!