Skip to content

Commit 6baefec

Browse files
committed
feat(mvp): enchance README
#2
1 parent 650dac7 commit 6baefec

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ React app example with data fetching by graphql
44

55
- api source: https://graphqlzero.almansi.me/
66

7+
![demo.gif](./demo.gif)
8+
79
## Tech stack
810
- **UI**: `react`, `antd`, `classnames`
911
- **Lang**: `typescript` (3.7+)
@@ -43,8 +45,8 @@ npm run lint (тесты линтера)
4345

4446
## Structure
4547

46-
- [STRUCTURE.MD](/STRUCTURE.MD)
48+
- [STRUCTURE.MD](/STRUCTURE.md)
4749

4850
## Recommendations
4951

50-
- [RECOMMENDATIONS.MD](/RECOMMENDATIONS.MD)
52+
- [RECOMMENDATIONS.MD](/RECOMMENDATIONS.md)

STRUCTURE.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function YourComponent(props: Props) {
6868
}
6969
```
7070

71-
> codegen by `@graphql-codegen`, more details in [codegen.yml][/codegen.yml]
71+
> codegen by `@graphql-codegen`, more details in [codegen.yml](/codegen.yml)
7272
7373
#### Assets
7474
Perfectly, all static *assets* files should locate on related components level (**on using level**).

demo.gif

553 KB
Loading

0 commit comments

Comments
 (0)