Frontend Resources

Image of Author
March 9, 2022 (last updated April 28, 2023)

Client-side Storage

Website Maintainer Tools

Docs

Fonts

Icons

SVG Patterns

Assets/Favicon Generator

Images

Illustrations

CSS

Animations

Hosting

Integrations

  • Hotjar (like analytics, but more for user interactions)

Analytics

Components

React Component Library

Design

Web APIs

  • Keycode.info this will tell you the keycode associated with particular keys. You can use this to write keyboard shortcuts for websites.

Javascript APIs

  • regexr I particularly like their cheatsheets when creating regular expressions. It reminds me of the esoteric syntax I forget immediately.