Frontend tools refer to code running in the user’s browser to enhance their experience. This includes Javascript (or alternatives such as typescript), along with CSS and SCSS for styling. Many javascript frameworks exist to help developers create web applications more easily, including

  • jQuery, a library for manipulating HTML and handling events
  • DataTables, a library for enhancing HTML tables
  • ReactJS, a framework designed for making interactive UIs
  • Bootstrap, a toolkit for making tables and layouts that work well on both computers and phones

There are tons more: Javascript is the most popular programming language in the world.

This page is a stub. If you are interested in writing a better version, please contact an editor or submit a pull request.