This repository is a hub for my projects and things I do in my free time. You can use it at your own risk 😅
This project uses yarn workspaces
, Lerna
, and NX
+ NX Cloud
This Vite plugin allows you to load svg
, css
, and html
without wrapping them with unsafeCSS
, unsafeHTML
or unsafeSVG
functions.
This is a color picker for Figma. It allows you to pick a color using the HCT color model.
This web extension for Gmail displays a cat image instead of an empty inbox. The cat image is from Unsplash.
This library allows sharing Design-Tokens (colors
, typography
, breakpoints
, etc.) between projects. It's a great way to keep your design system consistent across projects.
I'm trying to create a web component library using lit
. I want a framework-agnostic library that can be used in any project.
Creating a personal react component library frees me to work fast, make quick iterations, and experiment with ideas I usually can't do at work.
Run
yarn && yarn husky install
Or running any command from the root folder using NX
yarn nx run @mordech/[project][:target][:configuration]
e.g.
yarn nx run @mordech/portfolio:start
or use other NX commands (e.g., run-many
, affected
). For more, read NX documentation.
I recommend using the NX plugin as well.
I'm open to contributions, but please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
This is a personal project, so I'm not sure I'll be able to merge all PRs. But I'll try my best 😊