Skip to content

Latest commit

 

History

History
49 lines (27 loc) · 1.21 KB

File metadata and controls

49 lines (27 loc) · 1.21 KB

Awakening Compound Pattern

Welcome to the Compound Pattern Playground! 🎉

This repository serves as a sandbox for exploring compound patterns in React. Compound patterns empower developers to create flexible and composable UI components by combining multiple smaller components. With compound patterns, you can build complex and customizable user interfaces while maintaining simplicity and reusability.

In this playground, you'll find example showcasing compound patterns implemented using React. Whether you're new to compound patterns or an experienced developer looking for inspiration, this repository is a perfect starting point to experiment, learn, and create amazing user interfaces.

Tools and Tech

Run Locally

Clone the project

  git clone https://github.com/sarojghalan/Awakening_Compound_Pattern.git

Go to the project directory

  cd Awakening_Compound_Pattern

Install dependencies

  pnpm install

Start the server

  pnpm run start

Authors