Skip to content
View StyleList94's full-sized avatar
  • 127.0.0.1:3000

Highlights

  • Pro

Block or report StyleList94

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
StyleList94/README.md

Lovely ❤️

#FrontEnd #DesignSystem #Blockchain

🚀 EXPerience

JavaScript TypeScript React Next.js Vite Vitest tailwindcss Storybook Webpack rollup.js React Native Vercel Cloudflare Workers

Introduce

import * as React from 'react';

export default function useIntroduce() {
  const [sexuality] = React.useState('man');

  const [framework] = React.useState(['Next.js', 'Vite']);
  const [styling] = React.useState(['tailwindcss', 'styled-components', 'CSS']);
  const [testing] = React.useState(['vitest', 'jest', 'testing-library']);
  const [stateManagement] = React.useState(['redux', 'zustand', 'recoil']);

  return {
    sexuality,
    mainFramework: framework[0],
    favoriteStyling: styling[0],
    domTesting: testing.filter((tool) => tool !== 'jest'),
    stateManagement: stateManagement.slice(0, 2),
  };
}

Pinned Loading

  1. stylish-ethereum-dapp Public template

    Whatever you're minting

    TypeScript 2 1

  2. stylish-ui-kit Public template

    Respect to all DESIGNERS

    TypeScript

  3. stylish-next-app Public template

    Make your NEXT app stylish

    TypeScript

  4. stylish-extension Public template

    Wanna make chrome extension with React.

    JavaScript

  5. eslint-config-stylish Public

    Stylish ESLint configuration for FE

    JavaScript

  6. create-stylish-app Public

    Create a new Stylish JavaScript web app.

    JavaScript