Giter Site home page Giter Site logo

dgd03146 / jung Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.14 MB

All about me

JavaScript 4.10% CSS 5.44% TypeScript 79.30% Handlebars 0.18% HTML 0.67% MDX 10.32%
jest monorepo nestjs nextjs playwright react-testing-library storybook turborepo typescript

jung's Introduction

Turborepo starter

This is an official starter Turborepo.

Using this example

Run the following command:

npx create-turbo@latest

What's inside?

This Turborepo includes the following packages/apps:

Apps and Packages

  • docs: a Next.js app
  • web: another Next.js app
  • @repo/ui: a stub React component library shared by both web and docs applications
  • @repo/eslint-config: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • @repo/typescript-config: tsconfig.jsons used throughout the monorepo

Each package/app is 100% TypeScript.

Utilities

This Turborepo has some additional tools already setup for you:

Build

To build all apps and packages, run the following command:

cd my-turborepo
pnpm build

Develop

To develop all apps and packages, run the following command:

cd my-turborepo
pnpm dev

Remote Caching

Turborepo can use a technique known as Remote Caching to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines.

By default, Turborepo will cache locally. To enable Remote Caching you will need an account with Vercel. If you don't have an account you can create one, then enter the following commands:

cd my-turborepo
npx turbo login

This will authenticate the Turborepo CLI with your Vercel account.

Next, you can link your Turborepo to your Remote Cache by running the following command from the root of your Turborepo:

npx turbo link

Useful Links

Learn more about the power of Turborepo:

jung's People

Contributors

dgd03146 avatar turbobot-temp avatar

Watchers

 avatar

jung's Issues

Develop and Document New Design System Components

๐Ÿ“Œ Issue

  • The design system needs to be expanded with new components to enhance its functionality and usability. These components need to be implemented and documented in the Storybook.

โ˜‘๏ธ To-do

  • Develop the following new components for the design system.
  • Document each component in the Storybook with usage examples and properties.

New Components:

  • Accordion
  • Tooltip
  • Tag
  • Button Group
  • Progress

Set up Framer-motion

๐Ÿ“Œ Issue

  • Set up Framer motion

โ˜‘๏ธ To-do

  • Install Framer motion to web workspace

Develop and Document New Design System Components

๐Ÿ“Œ Issue

  • The design system needs to be expanded with new components to enhance its functionality and usability. These components need to be implemented and documented in the Storybook.

โ˜‘๏ธ To-do

  • Develop the following new components for the design system.
  • Document each component in the Storybook with usage examples and properties.

New Components:

  • Accordion
  • Tooltip
  • Tag
  • Button Group
  • Progress
  • Tabs

Organize monorepo folder structure

๐Ÿ“Œ Issue

  • Apply an absolute path for another workspaces

โ˜‘๏ธ To-do

  • Apply an absolute path for design-system workspaces
  • Organaize packages folder

Implement design system UI Storybook

๐Ÿ“Œ Issue

  • The design system currently lacks a comprehensive Storybook to showcase the available components and their usage. This makes it difficult for developers to discover and utilize the components effectively.

โ˜‘๏ธ To-do

Implement all existing design system components to the Storybook

Foundation

  • Color

Components

  • Button
  • Badge
  • Select
  • Input
  • Textarea
  • Card
  • Checkbox
  • Typography
    • Heading
    • Text
  • Tag
  • Accordion
  • Tabs
  • Tooltip
  • Toast
  • Progress

Set up Testing Libraries

๐Ÿ“Œ Issue

  • Set up Testing lIbraries.

โ˜‘๏ธ To-do

  • Set up React Testing Library
  • Set up Jest
  • Set up PlayWright
  • Set up Vitest

Set up zustand

๐Ÿ“Œ Issue

  • โš™๏ธ Set up zustand

โ˜‘๏ธ To-do

  • Install zustand to admin, web workspace

Set up husky & lint-staged

๐Ÿ“Œ Issue

  • Set up husky & lint-staged

โ˜‘๏ธ To-do

  • Install husky & lint-staged apply with biome

Set up i18N

๐Ÿ“Œ Issue

  • Set up i18N

โ˜‘๏ธ To-do

  • Set up i18N to web workspace

Set up Tanstack Query

๐Ÿ“Œ Issue

  • Set up Tanstack Query

โ˜‘๏ธ To-do

  • Install Tanstack Query to web, admin workspace

Refactor Design System

๐Ÿ“Œ Issue

  • Refactoring Design system components

โ˜‘๏ธ To-do

  • Simplify the Box component and improve the type
  • Refactor all design system components type
  • Refactor Typography Component with compound pattern
  • Refactor Card Component and modify UI
  • Improve accessibility for components

Set up Vanilla-Extract

๐Ÿ“Œ Issue

  • Set up Vanilla-Extract

โ˜‘๏ธ To-do

  • Install Vanilla-Extract
  • Check if works in other workspaces. Workshop and Web and Admin

Creating Design System Components

๐Ÿ“Œ Issue

  • Creating Design System Components at design system workspace

โ˜‘๏ธ To-do

Layout

  • Divider
  • Flex
  • Grid
  • Stack
  • Container

Components

  • Box
  • Button
  • Badge
  • List
  • Select
  • Input
  • Textarea
  • Card
  • Checkbox
  • Typography
    • Heading
    • Text

Later

  • Calendar
  • Skeleton
  • Toast
  • Modal
  • Accordion
  • Form
  • Tabs
  • Avatar

Set up biome

๐Ÿ“Œ Issue

  • Set up biome

โ˜‘๏ธ To-do

  • Install Biome and apply to monorepo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.