From 7d609eb912e6ef3aa10b91177e8be9fcaad98505 Mon Sep 17 00:00:00 2001 From: Rashid Date: Sun, 4 Aug 2024 14:13:11 +0500 Subject: [PATCH] fix(readme): initial design goals specified --- README.md | 8 ++++++++ lib/README.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/README.md b/README.md index 754975c..b36a3f1 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,14 @@ Welcome to the **Codeglyn UI Kit**! This library is designed to help you save ti ![NPM Downloads](https://img.shields.io/npm/dw/codeglynuikit) ![X (formerly Twitter) Follow](https://img.shields.io/twitter/follow/brimmannn?style=social) +## Design Goals +- To constrain visual complexity of user interface +- To promote focus on alignmet of user interface elements +- To reduce information load in a single screen +- To introduce more fluent flow of infomration and interactions on interface + +**NOTE:** These goals need further refinement so before creating a pull request please contact me. + ## Table of Contents diff --git a/lib/README.md b/lib/README.md index 2241c0b..a2e47ef 100644 --- a/lib/README.md +++ b/lib/README.md @@ -7,6 +7,14 @@ Welcome to the **Codeglyn UI Kit**! This library is designed to help you save ti ![NPM Downloads](https://img.shields.io/npm/dw/codeglynuikit) ![X (formerly Twitter) Follow](https://img.shields.io/twitter/follow/brimmannn?style=social) +## Design Goals +- To constrain visual complexity of user interface +- To promote focus on alignmet of user interface elements +- To reduce information load in a single screen +- To introduce more fluent flow of infomration and interactions on interface + +**NOTE:** These goals need further refinement so before creating a pull request please contact me. + ## Table of Contents - Introduction