You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# A simplified Jira clone built with Angular 10, Akita and ng-zorro
2
2
3
-
> Phase two will not be completed as planned for 25 July. Both [Chau Tran][chau] and I was too busy with some other commitments. View our [working in progress Graph QL branch][gql].
3
+
> Phase two will not be completed as planned. Both [Chau Tran][chau] and I was too busy with some other commitments. View our [working in progress Graph QL branch][gql].
4
4
>
5
-
> You can check the latest Tetris game that I built with Angular and Akita in the meantime ➡ [tetris.trungk18.com](https://tetris.trungk18.com/)🎮
5
+
> You can check the storybook collection of components I wrote for Jira Clone ➡ [jira-storybook.trungk18.com](https://jira-storybook.trungk18.com/)📕
6
6
>
7
7
> Thanks for your continuous support. Stay tuned! :muscle:
8
8
@@ -14,9 +14,11 @@ This is not only a simplified Jira clone built with Angular 9, but also an examp
14
14
<summary>Table Of Content</summary>
15
15
<p>
16
16
17
-
-[A simplified Jira clone built with Angular 9 and Akita](#a-simplified-jira-clone-built-with-angular-9-and-akita)
18
-
17
+
-[A simplified Jira clone built with Angular 10, Akita and ng-zorro](#a-simplified-jira-clone-built-with-angular-10-akita-and-ng-zorro)
19
18
-[Working application](#working-application)
19
+
-[Storybook](#storybook)
20
+
-[What is Storybook](#what-is-storybook)
21
+
-[Jira Clone Storybook](#jira-clone-storybook)
20
22
-[Support](#support)
21
23
-[Who is it for 🤷♀️](#who-is-it-for-️)
22
24
-[Tech stack](#tech-stack)
@@ -58,7 +60,7 @@ That makes it easy to develop hard-to-reach states. Save these UI states as **st
58
60
59
61
### Jira Clone Storybook
60
62
61
-
This is the collection of components that I wrote for [jira.trungk18.com][jira], includes
63
+
This is the collection of components that I wrote for [jira.trungk18.com][jira], includes:
62
64
63
65
- Avatar
64
66
- Breadcrumbs
@@ -316,6 +318,7 @@ Feel free to use my code on your project. It would be great if you put a referen
"description": "<h3>What is Storybook</h3><p>Storybook helps you build UI components in isolation from your app's business logic, data, and context. That makes it easy to develop hard-to-reach states. Save these UI states as stories to revisit during development, testing, or QA.</p><h3><br></h3><h3>Jira Clone Storybook</h3><p>This is the collection of components that I wrote for <a href='http://jira.trungk18.com/' rel='noopener noreferrer' target='_blank' style='color: var(--vscode-textLink-foreground);'>jira.trungk18.com</a>, includes:</p><ul><li>Avatar</li><li>Breadcrumbs</li><li>Button</li><li>Input</li><li>More to come...</li></ul><p><br></p><p>Check out the storybook demo -> <a href=\"https://jira-storybook.trungk18.com/\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"color: var(--color-text-link);\">https://jira-storybook.trungk18.com/</a></p><p><br></p><p><a href=\"https://github.com/trungk18/jira-clone-angular/blob/master/frontend/src/assets/img/jira-storybook.gif\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"color: var(--color-text-link); background-color: var(--color-bg-primary);\"><img src=\"https://github.com/trungk18/jira-clone-angular/raw/master/frontend/src/assets/img/jira-storybook.gif\" alt=\"Jira clone built with Angular 10, Akita and ng-zorro\"></a></p>",
0 commit comments