mausconi / spark-joy

✨😂easy ways to add design flair, user delight, and whimsy to your product.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spark-joy

easy ways to add design flair, user delight, and whimsy to your product.

Typography

Color Picking

Color knowledge (not tools but still important so here they are)

Font picking

Pure CSS

MAKE SURE TO CHECK OUT https://components.ai

Pure CSS Tricks

SVG/Canvas Masking

Background Gradients and Patterns

background-image: linear-gradient(
  120deg,
  hsl(200 50% 90%) 0%,
  hsl(200 100% 90%) 100%
);

In particular, applying gradients and background images to text is super underrated. Examples:

Spinners

Animations & Transitions

Icons

premium/paid icons

Graphics and SVG Illustrations

Diagramming

Stock Photos and Videos

Avatars

Animating Individual Elements

Styling Forms

Sound

Misc Weird fun stuff

Canvas

Page Transitions

WebGL

React

Simple Animation

Page transitions

Nice React Components

Toasting

Gamification

Icons

Paid services that seem cool

Helpful podcasts and talks

More Free Stuff

About

✨😂easy ways to add design flair, user delight, and whimsy to your product.

License:MIT License


Languages

Language:JavaScript 57.9%Language:HTML 39.0%Language:CSS 3.1%