Skip to content

Instantly share code, notes, and snippets.

@montasim
Last active June 25, 2024 16:14
Show Gist options
  • Save montasim/a037d5ca195c149659304d2e9a394424 to your computer and use it in GitHub Desktop.
Save montasim/a037d5ca195c149659304d2e9a394424 to your computer and use it in GitHub Desktop.
The libraries I learned in Complete Web Development Course With Jhankar Mahbub

For ReactJS

  1. React Router: Declarative routing for React apps at any scale

Front-End

  1. React Bootstrap: The most popular front-end framework rebuilt for React.
  2. Tailwind CSS: A utility-first CSS framework
  3. AOS: Animate on scroll library
  4. React-Toastify: React-Toastify allows you to add notifications to your app with ease. No more nonsense!

Icons

  1. React Icons: Include popular icons in your React projects easily with react-icons, which utilizes ES6 imports that allows you to include only the icons that your project is using.
  2. Heroicons: A set of 450+ free MIT-licensed high-quality SVG icons for you to use in your web projects. Available as basic SVG icons and via first-party React and Vue libraries.
  3. Font Awesome: Font Awesome is the Internet's icon library and toolkit, used by millions of designers, developers, and content creators.

Back-End

  1. Helmet: Helmet helps you secure your Express apps by setting various HTTP headers. It's not a silver bullet, but it can help!
  2. Axios: Promise based HTTP client for the browser and node.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment