Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sarojghalan/awakening_compound_pattern

Exploring, unleashing my creativity with compound pattern in react.✨
https://github.com/sarojghalan/awakening_compound_pattern

compound-pattern react-js ts

Last synced: 2 days ago
JSON representation

Exploring, unleashing my creativity with compound pattern in react.✨

Awesome Lists containing this project

README

        

# 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

- [React JS](https://react.dev/)
- [Typescript](https://www.typescriptlang.org/)
- [Compound Pattern](https://www.patterns.dev/react/compound-pattern/)

## Run Locally

Clone the project

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

Go to the project directory

```bash
cd Awakening_Compound_Pattern
```

Install dependencies

```bash
pnpm install
```

Start the server

```bash
pnpm run start
```

## Authors

- [Sarojghalan](https://github.com/sarojghalan)