Learn Frontend Development with Free Tutorials, Cheatsheets & Docs…

In the previous post, you learned about the roadmaps to become a Frontend Developer or upgrade your skill set as a Frontend Developer. The roadmap is good for helping you set and complete those milestones one by one to achieve your ultimate goal of becoming an expert frontend developer. In this article, you will learn frontend development with free official documentation, Books, Tutorials, Articles, Courses, Cheatsheets & Communities.

You can pick the topic you want to cover and start learning right from the topic’s introduction, refer to the links, and dive deeper into the topic. Once you understand the topic well, you can return to this article and move on to the next topic. Bookmark this article so that you can always come back. Let’s start with the frontend Basics.

Learn Frontend Development(Basics)

HTML

HTML, or HyperText Markup Language, is the basic building block for creating webpages. It uses simple tags to structure and format content like text, images, and links on a web page. Think of it as a list of instructions that tell the browser how to display a webpage. Mastering HTML is your first step to becoming a frontend developer.

CSS

CSS, or Cascading Style Sheets, is used to style and layout web pages. It allows you to change colors, fonts, spacing, and overall appearance of your HTML elements. Think of CSS as the design manual for your website, making it look appealing and organized.

JS

JavaScript (JS) is a programming language that makes web pages interactive and dynamic. Unlike HTML and CSS, which structure and style your web content, JavaScript allows you to add functionality like clickable buttons, forms that validate user input, and animations. It helps you turn a static webpage into an interactive, easy-to-use page.

Git

Git is a version control system that helps you track changes in your code and collaborate with others. It lets you save different versions of your work, so you can easily revert to previous stages if needed. Git is a collaboration tool for software development projects.

Frontend Framework

A frontend framework is a pre-built collection of tools and best practices that help you develop a web application’s user interface more efficiently. It provides reusable components, structure, and guidelines for building web pages, allowing you to create responsive and dynamic UIs quickly. Popular examples include React, Angular, and Vue.js. Choose any framework of your choice and learn the basics using the resources below.

React

React is a widely-used JavaScript library for building user interfaces. It allows developers to create reusable UI components and manage the state of applications effectively.

Vue.js

Vue.js is a progressive JavaScript framework for building user interfaces. It is designed to be incrementally adoptable and can be used for building both simple and complex applications.

Angular

Angular is a platform and framework for building single-page client applications using HTML and TypeScript. It is maintained by Google and offers a comprehensive solution for developing scalable web applications.

Package Manager

A package manager is a tool that automates installing, updating, and managing software libraries or dependencies for your projects. You might have used one while learning a Frontend Framework in the previous step. It makes it easy to use other packages in your project and keep everything up-to-date without manually downloading and configuring each library.

npm (Node Package Manager)

Yarn

Testing your App

Testing your app involves running various checks to ensure it works as expected and is bugs-free. This includes unit tests to verify individual components, integration tests to see how different parts work together, and end-to-end tests to simulate real user interactions. Thorough testing helps ensure reliability and quality before your app reaches users.

Jest

Cypress

Cypress is a next-generation front-end testing tool built for the modern web. It enables you to write E2E tests, integration tests, and unit tests.

This is all you need to learn about basic frontend development. In the next article you will learn advanced frontend development, we will dive deeper into these and some additional topics. Please follow the link below for the advanced frontend development roadmap and resources.

Share this article:

This article was written by:

Picture of Abhishek Sachan

Abhishek Sachan

Abhishek is Growth Engineer at Requestly and has profound love for programming.
Contents