https://github.com/kastorcode/design-patterns-software-engineering
Studies on design patterns and software engineering.
https://github.com/kastorcode/design-patterns-software-engineering
abstract-factory adapter builder decorator factory observer prototype singleton
Last synced: 6 months ago
JSON representation
Studies on design patterns and software engineering.
- Host: GitHub
- URL: https://github.com/kastorcode/design-patterns-software-engineering
- Owner: kastorcode
- Created: 2024-01-26T12:23:52.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-13T18:38:12.000Z (over 1 year ago)
- Last Synced: 2025-10-11T05:42:02.127Z (6 months ago)
- Topics: abstract-factory, adapter, builder, decorator, factory, observer, prototype, singleton
- Language: JavaScript
- Homepage: https://instagram.com/kastorcode
- Size: 59.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Design Patterns of Software Engineering
> 👷 Developed by Matheus Ramalho de Oliveira
🔨 Brazilian Software Engineer
🏡 Goiânia, Goiás, Brasil
✉️ kastorcode@gmail.com
👍 [instagram.com/kastorcode](https://instagram.com/kastorcode)
---
Studies on software engineering design patterns with JavaScript code examples tested in NodeJS environment.
---
### Screenshot
---
### Installation and execution
1. Make a clone of this repository;
2. Open the project folder in a terminal;
3. Run `yarn` to install dependencies;
4. Run `yarn start` to start the command-line application.
---
<kastor.code/>