Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.✨
- Host: GitHub
- URL: https://github.com/sarojghalan/awakening_compound_pattern
- Owner: sarojghalan
- Created: 2024-02-10T04:00:08.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-13T01:29:13.000Z (11 months ago)
- Last Synced: 2024-11-10T00:26:53.234Z (about 2 months ago)
- Topics: compound-pattern, react-js, ts
- Language: TypeScript
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)