Frameworks & Libraries Reference Sheet

CSS Libraries

Foundation

  • Similar UI to Bootstrap
  • Can be used for e-mail marketing.

Foundation

MVP.css

  • Minimalist CSS Library for quick prototyping
  • Comes from the term Minimal Viable Product, a product with sufficient features to demo to customers or other business stakeholders

MVP.css

Pure.css

  • Lightweight CSS library

Pure.css

Tailwind CSS

  • Utility based CSS library
  • Design complex UI without leaving HTML

Tailwind CSS

UI Kit

  • Lightweight CSS library, simple responsive components
  • Highly customizable

UI Kit

JavaScript Libraries

Axios

  • Simplifies sending HTTP requests and processing the response
  • Promise based HTTP client for the browser and node.js

Axios

Lodash

  • Modern JavaScript utility library
  • Provides common logic to save time

Lodash

Luxon

  • JavaScript dates & times wrapper

Luxon

Redux

  • Application state management

Redux

Testing

Jest

  • testing library that works with many libraries and frameworks
  • also provides reporting utilities

Jest

Selenium

  • Feature-rich library mainly for automating web applications for testing purposes

Selenium