Skip to content
View chrrrs's full-sized avatar

Block or report chrrrs

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
chrrrs/README.md

Hi, I'm Chris

I'm a Senior Software Engineer who designs and builds software on the internet. I have a soft spot for components and design systems.

Type-safety above all!

Checkout my personal site, or connect with me on linkedin, bsky, or X.

Pinned Loading

  1. localStorageZod.ts localStorageZod.ts
    1
    /**
    2
    * Typesafe and data validated localStorage for strict and complex data storage
    3
    */
    4
    export function localStorage<TSchema extends ZodSchema>(key: string, schema: TSchema) {
    5
      function isAvailable() {
  2. cookieStoreZod.ts cookieStoreZod.ts
    1
    /**
    2
    * Typesafe and data validated cookies manager for strict and complex data storage
    3
    */
    4
    export function cookies<TSchema extends ZodSchema>(key: string, schema: TSchema) {
    5
      function isAvailable() {
  3. utilities utilities Public

    JavaScript

  4. instagram-post-bot instagram-post-bot Public

    Puppeteer bot for automating Instagram posts for non-business Instagram users

    JavaScript

  5. component-base-generator component-base-generator Public

    💾 Node.js script for generating components in a selected folder.

    JavaScript

  6. event-app event-app Public

    JavaScript