Do you want to find out what frontend is and what it does?

click the button below!

What is FRONTEND

The frontend is what users see and interact with.

  • The front end is the part of the website users can see and interact with such as the graphical user interface (GUI) and the command line including the design, navigating menus, texts, images, videos, etc.
  • Basic languages used for the front end are HTML, CSS, and JavaScript
  • HTML stands for Hypertext Markup Language. It is used to design the front-end portion of web pages using a markup language. HTML is a combination of Hypertext and Markup language. Hypertext defines the link between web pages.
  • Cascading Style Sheets fondly referred to as CSS is a simply designed language intended to simplify the process of making web pages presentable. CSS allows you to apply styles to web pages.
  • JavaScript is a famous scripting language used to create magic on sites to make the site interactive for the user. It is used to enhance the functionality of a website to run cool games and web-based software. Applicable in both front-end and back-end, Javascript is key to becoming a good developer.

Frameworks and Libraries

  • AngularJS: AngularJs is a JavaScript open-source front-end framework that is mainly used to develop single-page web applications(SPAs). It is a continuously growing and expanding framework which provides better ways for developing web applications. It changes the static HTML to dynamic HTML. It is an open-source project which can be free. It extends HTML attributes with Directives, and data is bound with HTML.
  • React.js: React is a declarative, efficient, and flexible JavaScript library for building user interfaces. ReactJS is an open-source, component-based front-end library responsible only for the view layer of the application. It is maintained by Facebook. Moreover, React Js makes Front-end development very easy.
  • Bootstrap: Bootstrap is a free and open-source tool collection for creating responsive websites and web applications. It is the most popular HTML, CSS, and JavaScript framework for developing responsive, mobile-first websites.
  • jQuery: jQuery is an open-source JavaScript library that simplifies the interactions between an HTML/CSS document, or more precisely the Document Object Model (DOM), and JavaScript. Elaborating on the terms, jQuery simplifies HTML document traversing and manipulation, browser event handling, DOM animations, Ajax interactions, and cross-browser JavaScript development.
  • SASS: It is the most reliable, mature, and robust CSS extension language. It is used to extend the functionality of an existing CSS of a site including everything from variables, inheritance, and nesting with ease.
  • Vue.js: Vue.js is a progressive JavaScript framework that emphasizes ease of use, flexibility, and performance. It offers a gentle learning curve, making it an attractive option for developers new to frontend frameworks. With its component-based approach and reactive data-binding system, Vue.js enables you to build scalable and maintainable web applications.