Roadmap to Front-end Development

Table of contents

No heading

No headings in the article.

I feel so excited as I write my first blog on hashnode. My name is Laksar S Chakma and I will be sharing my knowledge about the different technologies in frontend development. Today, I will be sharing the roadmap to front-end development.

What is front-end development? Everything that we see on a website, like buttons or submit buttons, links, animations, and more, are created by a front end web developer. Basically all the changes that we see on the webpage are part of front-end development.

Skills needed for front-end development: there are mainly three skills or languages you need to know are HTML, CSS and JavaScript. If you are comfortable after learning HTML, CSS and JavaScript, the you can go for the respective frameworks, libraries, and other useful tools.

HTML HTML stands for HyperText Markup Language. HTML is used to display the content on the page like buttons, links, headings, paragraphs, and lists.

CSS CSS stands for Cascading Style Sheets. CSS is responsible for the style of your web page including colors, layouts, and animations.

JavaScript JavaScript allows users to interact with the web page. It is currently the most popular language that runs inside a web browser. Using JavaScript, we can add or remove text, change colors, produce animations, and react to mouse and keyboard clicks. This makes the webpage dynamic as it responds to user in real time, and changes occur without having to refresh the page.

If you are new and want to learn front-end development, I would suggest you start from freecodecamp and theodinproject. They provide the best contents which will help you to understand properly.

Links you can refer to:- %[theodinproject.com/] %[freecodecamp.org/learn/responsive-web-desig..