Skip to content

Commit 23ca274

Browse files
committed
Update backend and front end README
1 parent 4fe6ef6 commit 23ca274

File tree

2 files changed

+19
-24
lines changed

2 files changed

+19
-24
lines changed

backend/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,6 @@ $ npm run test:cov
6464

6565
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).
6666

67-
## Stay in touch
68-
69-
- Author - [Kamil Myśliwiec](https://kamilmysliwiec.com)
70-
- Website - [https://nestjs.com](https://nestjs.com/)
71-
- Twitter - [@nestframework](https://twitter.com/nestframework)
72-
7367
## License
7468

7569
Nest is [MIT licensed](LICENSE).

frontend/README.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,24 @@
22

33
The front end part of [Angular Jira clone][github] application built with.
44

5-
- Akita state management
6-
- TailwindCSS
7-
- Angular CDK Drag and drop
8-
- Ng zorro tooltip, icon
9-
- Custom SVG icon
5+
![Tech logos][stack]
6+
7+
- [Angular CLI][cli]
8+
- [Akita][akita] state management
9+
- UI modules:
10+
- [TailwindCSS][tailwind]
11+
- Angular CDK [drag and drop][cdkdrag]
12+
- [ng-zorro][ng-zorro] UI component: `tooltip`, `dropdown`, `select`, `icon`
13+
- [ngx-quill][quill]
14+
15+
[cli]: https://cli.angular.io/
16+
[akita]: https://datorama.github.io/akita/
17+
[nestjs]: https://nestjs.com/
18+
[tailwind]: https://tailwindcss.com/
19+
[cdkdrag]: https://material.angular.io/cdk/drag-drop/overview
20+
[ng-zorro]: https://ng.ant.design/docs/introduce/en
21+
[quill]: https://github.com/KillerCodeMonkey/ngx-quill
22+
[stack]: src/assets/img/jira-clone-tech-stack.png
1023

1124
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.8.
1225

@@ -22,16 +35,4 @@ Run `ng generate component component-name` to generate a new component. You can
2235

2336
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
2437

25-
## Running unit tests
26-
27-
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
28-
29-
## Running end-to-end tests
30-
31-
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
32-
33-
## Further help
34-
35-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
36-
37-
[github]: https://github.com/trungk18/
38+
[github]: https://github.com/trungk18/

0 commit comments

Comments
 (0)