HTML is the standard markup language for creating Web pages. HTML stands for Hyper Text Markup Language. HTML describes the structure of a Web page.
Cascading Style Sheet is a stylesheet language used to define the presentation and layout of a webpage written in HTML or XML.
Syntactically Awesome Style Sheet SCSS (Sassy CSS) is a preprocessor scripting language that is a superset of CSS.
Tailwind CSS is a utility-first CSS framework designed to enable users to create applications faster and easier.
Scripting or programming language that allows you to implement complex features on web pages.
TypeScript is a syntactic superset of JavaScript which adds static typing. This basically means that TypeScript adds syntax on top of JavaScript, allowing developers to add types.
The React.js framework is an open-source JavaScript framework and library developed by Facebook.
Redux Toolkit is a library that simplifies the process of managing state in a Redux application.
Git is a version control system used for tracking changes in computer files.
Python is an interpreted, object-oriented, high-level programming language with dynamic semantics developed by Guido van Rossum.