Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ochairo authored Mar 25, 2024
1 parent 3c7b647 commit 5946677
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

## Overview

This is a seed project for vanilla single page applications.
It is framework agnostic with minimal runtime dependencies,
enabling easy customization with frameworks and libraries.
This is a starter template project for single page applications in vanilla-ts.
It is framework agnostic with minimal runtime dependencies, enabling easy customization with
frameworks and libraries.

## Technology stack

Expand All @@ -21,8 +21,9 @@ Initial technology stack is simple.

## Architecture

The architecture follows key principles including separation of concerns,
SOLID principles, atomic design, software design patterns and readable code.
The architecture follows key principles including separation of concerns, SOLID principles,
atomic design, software design patterns and readable code.

This ensures that the application will be easy to maintain, scale, and modify.

![architecture](docs/images/architecture.png)
Expand Down

0 comments on commit 5946677

Please sign in to comment.