Skip to content

Commit 68ec2ff

Browse files
committed
Update README tutorial section
1 parent 23ca274 commit 68ec2ff

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,34 @@ I will take two weeks break to continue working with the [typescript-data-struct
9797
- [ ] Websocket realtime update
9898
- [ ] Interactive report
9999

100+
## Tutorial
101+
102+
When I look at the application, it is huge. When the task is huge, you don't know where and how to start working with them. I started to break them apart into a [simple to-do list on notion][todo-list]. Once I know what needs to be done, what I need to do is to follow the plan. That's how I built the app.
103+
104+
I learned a lot of stuff. I know you might also have a curiosity about the process of building the same scale app. That's why I am writing a list of tutorials on how I built Angular Jira clone from scratch. I hope you guys will learn something from that too :)
105+
106+
Please bear with me for a little longer. Because with almost 50 hours coding, to write every single step is impossible. But hopefully, through the tutorial, you will get the idea and can start building the app today.
107+
108+
Its series will also be published in Vietnamese as a part of our [angular-vietnam/100-days-of-angular][100days].
109+
110+
| Part | | Status |
111+
| ---- | ---------------------------------------------- | ----------- |
112+
| 01 | Setup and configure project with CLI | In Progress |
113+
| 02 | [Configure TailwindCSS][part2] | Done |
114+
| 03 | Configure SVG definition and using custom icon | |
115+
| 04 | Google Analytics and Angular | |
116+
| 05 | Flexbox scrollable layout | |
117+
| 06 | Layout and left navigation | |
118+
| 07 | Akita | |
119+
| 08 | Deploy to Netlify | |
120+
| 09 | Drag and drop | |
121+
| 10 | Content loader | |
122+
| 11 | Quill Editor | |
123+
| 12 | Build an inline editable text box | |
124+
125+
[todo-list]: https://www.notion.so/trungk18/Tasks-636be5c5c0dd4d8cab30808e4e41facc
126+
[part2]: https://trungk18.com/experience/configure-tailwind-css-with-angular/
127+
100128
## Time spending
101129

102130
I built it as the side project so It usually took longer than expected. One day, my team and I were fire fighting on PROD until 11 PM. After taking a shower, I continue with Angular Jira clone for another two hours...

0 commit comments

Comments
 (0)