DEV Community

Cover image for RoadMap To Become Frontend Developer
Prince Jaiswal
Prince Jaiswal

Posted on

RoadMap To Become Frontend Developer

Their are so many languages, frameworks, and libraries to choose from, often beginners find themselves scratching their heads on how to start off their development journey. This article aims to help them and provide you the perfect roadmap to becoming the Amazing Front End Developer.

🚀 Let's Get Started :-

Table Of Contents

Html

Html

HTML is the foundation of Front End Web Development. One thing I notice is beginners trying to learn all HTML tags; you DON'T need to know all tags, just remember some important tag's .

🎥 Some Tutorial's To Learn :-

1 . YouTube
2 . CodeCademy
3 . FreeCodeCamp

And So On.....

CSS

Css

Once you learn HTML, you will be able to create a website, but it will definitely look unprofessional. Now it's time to add Design to it using CSS. For starters, you could focus on only the basics:

And This Also Same You Can Learn From :-

1 . YouTube
2 . CodeCademy
3 . FreeCodeCamp

And So on......

JavaScript

js

Now, you would like to make your website interactive as well. JavaScript is the tool you need.

You Can Learn From w3c School

Git

Git

Whenever we work on a large project, maintaining different versions of the application is a difficult task. We are lucky to have software like Git to sort it out for us.

To Learn Git You Can Prefer It's Documentation .

REST API

When you are working on any real-world application, you would require data from other servers, APIs provide end-points to share data between your application and the various services hosted on the web.

And That's All For Now ....

Their Are Many More Languages , You Can Explore Them At Your Interest 😊

Top comments (0)