Skip to content

Commit 09630f5

Browse files
authored
Merge pull request #61 from zuriscript:feature/readme-new-picture
Introducing new Readme banner and other small improvements
2 parents bc64de0 + a779358 commit 09630f5

File tree

2 files changed

+34
-14
lines changed

2 files changed

+34
-14
lines changed

README.md

Lines changed: 34 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,47 @@
1+
<h1 align="center">
2+
<a
3+
target="_blank"
4+
href="https://github.com/zuriscript/signalstory"
5+
>
6+
<img
7+
align="center"
8+
alt="signalstory"
9+
src="signalstory_banner.png"
10+
style="width:100%;"
11+
/>
12+
</a>
13+
</h1>
114
<p align="center">
2-
<img width="30%" height="30%" src="signalstory.png">
15+
Signalstory - Angular state management with signals
316
</p>
417

5-
# signalstory
6-
718
<p align="center">
19+
<a
20+
href="https://zuriscript.github.io/signalstory/docs/prolog"
21+
target="_blank"
22+
><b>Documentation</b></a>&nbsp;&nbsp;&nbsp;📚&nbsp;&nbsp;&nbsp;
23+
<a
24+
href="https://stackblitz.com/edit/stackblitz-starters-bjnmnr?file=src%2Fapp%2Fstate%2Fbooks.store.ts"
25+
target="_blank"
26+
><b>Sample</b></a>&nbsp;&nbsp;&nbsp;🚀&nbsp;&nbsp;&nbsp;
27+
<a
28+
href="https://zuriscript.github.io/signalstory/"
29+
target="_blank"
30+
><b>Website</b></a>&nbsp;&nbsp;&nbsp;🔥&nbsp;&nbsp;&nbsp;
31+
<a
32+
href="https://github.com/zuriscript/signalstory/releases"
33+
target="_blank"
34+
><b>Release notes</b></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
35+
</p>
36+
37+
<div align="center">
838

939
[![npm version](https://badge.fury.io/js/signalstory.svg)](https://badge.fury.io/js/signalstory)
1040
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1141
[![PRs](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)]()
1242
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
1343

14-
</p>
15-
16-
### Check out the [sample 🚀 ](https://stackblitz.com/edit/stackblitz-starters-bjnmnr?file=src%2Fapp%2Fstate%2Fbooks.store.ts)
17-
18-
### Visit the [docs 📚 ](https://zuriscript.github.io/signalstory/docs/prolog)
19-
20-
### For a full feature overview, visit the [Website ✨ ](https://zuriscript.github.io/signalstory/)
21-
22-
### For Release notes and Changelog, visit [Gtihub Releases 🧙‍♂️](https://github.com/zuriscript/signalstory/releases)
23-
24-
**Empower your angular state management with signals**
44+
</div>
2545

2646
signalstory is a state management library based on angular signals. It offers a range of architectural options, from simple repository-based state management (`signal-in-a-service`) to decoupled commands, managed side effect objects, and inter-store communication using an event-based approach. The goal is to provide a great user experience for all developers, whether junior or senior, while incorporating all the features you need to master your frontend state requirements.
2747

signalstory_banner.png

1.21 MB
Loading

0 commit comments

Comments
 (0)