https://github.com/sj22032003/low-level-design-patterns
written in typescript classes and bun env. This repo covers almost all lld patterns (WIP)
https://github.com/sj22032003/low-level-design-patterns
classes design-patterns lld typescript
Last synced: 9 months ago
JSON representation
written in typescript classes and bun env. This repo covers almost all lld patterns (WIP)
- Host: GitHub
- URL: https://github.com/sj22032003/low-level-design-patterns
- Owner: SJ22032003
- Created: 2025-02-02T19:33:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-05T06:02:50.000Z (11 months ago)
- Last Synced: 2025-02-05T07:18:39.770Z (11 months ago)
- Topics: classes, design-patterns, lld, typescript
- Language: TypeScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# all-design-pattern
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.2.0. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
# low-level-design-patterns