Skip to content

ederchrono/wotw

Repository files navigation

Widgets of the week

Widget of the Week is a blog post series where I take gifs or videos of awesome UI/UX components, and bring them to life with code. This is the repo where the UI components I create can be seen in a storybook catalog.

CircleCI Netlify Status

To see more widgets stay connected at any of these sites:

Project setup

yarn install

See storybook catalog

yarn storybook

Compile and hot-reload for development

yarn serve

Run tests with jest

yarn test

Lint and fix files

yarn lint

Build static storybook catalog

yarn build-storybook