Skip to content

Simuratli/frontend-architecture-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Architecture Examples 🚀

This repository contains example projects I collected during my software architecture learning journey.
It includes small applications/demos on Frontend, Backend, and Mobile architecture patterns.

📂 Contents

Design Patterns

  • Observer → Event-based pattern (with React example)
  • Factory → Object creation pattern
  • Module → Encapsulation + reusable structure

Architecture Patterns

  • MVC → Model-View-Controller (Todo App)
  • MVVM → Model-View-ViewModel (Counter App)
  • Clean Architecture → Layered structure (Notes App)

Micro Frontends

  • Module Federation Demo → Combining multiple React apps under one roof

Monorepo

  • Nx Workspace → Managing multiple apps + shared library

🎯 Purpose

  • Practice software architecture topics
  • Improve my portfolio
  • Track my progress via GitHub

📌 How to Run

Each folder contains its own README.
Example:

cd design-patterns/observer
npm install
npm start

About

Examples of architecture patterns (React, Node.js, Clean Architecture, Micro Frontends, etc.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published