Skip to content
View Thisisjuke's full-sized avatar
📦
TypeScript, Coffee & Cats
📦
TypeScript, Coffee & Cats
  • Wizards Technologies
  • Paris
Block or Report

Block or report Thisisjuke

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
Thisisjuke/README.md

I am Juke, but you can call me LIÈGE Arthur

French Developer in Paris.

Javascript Expert Developer proefficient in modern stacks like : TypeScript / NextJS / React / TailwindCSS / GQL / etc.

At the moment : PandaCSS and Shadcn-ui !

Feel free to check my repositories and contact me !


Pinned

  1. nextjs-13-storyblok-starter nextjs-13-storyblok-starter Public

    NextJS 13 + Storyblok CMS 🐸 TypeScript ✅ TailwindCSS🍃 Storybook 📚

    TypeScript 6

  2. tailwindcss-css-variables-palette-plugin tailwindcss-css-variables-palette-plugin Public

    Generate a color palette 🎨 using CSS variables 🔡 for TailwindCSS 🍃

    JavaScript 12 2

  3. ValidationPanel : a custom Component... ValidationPanel : a custom Component to handle form submission or action validation using Shadcn <Sheet />
    1
    import React from 'react'
    2
    import { Button } from '@/modules/design-system/primitives/Button'
    3
    import { deleteResourceById } from '@/modules/crud/queries/resource'
    4
    import { ValidationPanel } from '@/modules/design-system/components/SidePanel/SidePanel'
    5
    
                  
  4. EditorJS component to easily create ... EditorJS component to easily create custom Blocks/Tool with Typescript and React (usable in NextJS)
    1
    import type { Meta, StoryObj } from '@storybook/react'
    2
    
                  
    3
    import { useState } from 'react'
    4
    import type { OutputData } from '@editorjs/editorjs'
    5
    import Editor from './Editor'