Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.77 KB

web-frontend-dev.md

File metadata and controls

44 lines (31 loc) · 1.77 KB

Frontend Web Development Frameworks

  • HTML/CSS/JavaScript
  • jQuery
  • React
  • Other Frameworks

HTML/CSS/JavaScript

  • HTML
    Introduction: Basic tutorial for HTML

  • CSS
    Introduction: Basic tutorial for CSS

  • JavaScript
    Introduction: Basic tutorial for JavaScript

jQuery

  • Official Documentation
    Introduction: jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. With a combination of versatility and extensibility, jQuery has changed the way that millions of people write JavaScript.

React

Other Frameworks

  • Vue
    Introduction: A popular and light weight front-end framework. Easy for beginners to learn.

  • Angular
    Introduction: A powerful and efficient framework for sophisticated web apps.