Mordech Projects

screenshot of Mordech Projects
react
vite
scss
styled-components

Side projects and things I do in my free time

Overview

Mordech Projects is an exciting repository designed as a personal hub for various projects and experimental ideas. Created for hobbyists and developers alike, it showcases a range of tools and extensions that can enhance your workflow. From innovative plugins to fun utilities, each project is crafted with care and attention to detail, all while giving a glimpse into the developer's creative side.

Using advanced technologies like yarn workspaces, Lerna, and NX with NX Cloud, this repository has something for everyone. Whether you're looking to streamline your design system or simply want a whimsical cat image to brighten your Gmail inbox, Mordech Projects offers practical solutions with a touch of personality.

Features

  • Vite Lit Loader: A versatile plugin that allows you to load SVG, CSS, and HTML easily without the need for wrapping them in unsafe functions, enhancing your development workflow.
  • HCT Color Picker for Figma: A specialized color picker that utilizes the HCT color model, making it easier to select precise colors for your designs in Figma.
  • Inbox Zero Cats for Gmail: A delightful web extension that replaces your empty inbox with a cheerful cat image, sourced from Unsplash—perfect for adding a bit of joy to your email experience.
  • My Tokens Library: A robust library designed for sharing design tokens such as colors, typography, and breakpoints across multiple projects, ensuring consistency in your design system.
  • Web Component Library: An ongoing effort to build a framework-agnostic library using Lit, aimed at creating reusable web components that can be integrated into any project seamlessly.
  • React Component Library: A personal repository of React components that encourages rapid development and experimentation, allowing for quick iterations and creative exploration in projects.
  • Contribution Opportunities: The project is open to contributions, encouraging collaboration while maintaining a conversational approach to improvements and updates.
react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

styled-components
Styled Components

Styled Components is a popular library for styling React components using CSS syntax. It allows you to write CSS in your JavaScript code, making it easier to create dynamic styles that are specific to each component.

portfolio
Portfolio

A portfolio website is a type of website that showcases an individual's or a company's work, skills, and accomplishments. It typically includes a gallery of images or videos, case studies, and client testimonials to provide potential clients or employers with a comprehensive overview of their experience and expertise.

ui-kit
UI Kits & Components

A UI kit provides developers with a set of reusable components that can be easily integrated into a website or application. These components are pre-designed with consistent styling and functionality, allowing developers to save time and effort in the design and development process. UI kits can be either custom-built or third-party, and often include components for buttons, forms, typography, icons, and more.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

rollup
Rollup

RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.

Storybook

Storybook is a tool for developing and testing UI components in isolation. It provides a sandbox environment where you can experiment with different props and states to see how your component responds.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.