File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ JavaScript Design Patterns - a game to get familiar with the design patterns, te
8
8
9
9
<img src =" https://raw.githubusercontent.com/zoltantothcom/JavaScript-Design-Patterns/master/static/screenshot.png?sanitize=true&raw=true " alt =" JavaScript Design Patterns - game results screenshot " />
10
10
11
+ - [ About] ( #about )
12
+ - [ How To Run Locally] ( #how-to-run-locally )
13
+ - [ Running the Tests] ( #running-the-tests )
14
+ - [ ToDo] ( #todo )
15
+ - [ Credits] ( #credits )
16
+ - [ License] ( #license )
17
+
11
18
## About
12
19
13
20
This is a small game to get you familiar with all the 23 Gang of Four design patterns implemented in JavaScript.
@@ -44,7 +51,7 @@ This is a small game to get you familiar with all the 23 Gang of Four design pat
44
51
- Template
45
52
- Visitor
46
53
47
- ## Run it locally
54
+ ## How To Run Locally
48
55
49
56
1 . Clone this repo
50
57
@@ -72,7 +79,7 @@ yarn start
72
79
73
80
5 . Voila! The project is running on ` http://localhost:8080 `
74
81
75
- ## Tests
82
+ ## Running the Tests
76
83
77
84
- To run the tests
78
85
@@ -86,7 +93,7 @@ yarn test
86
93
yarn test:coverage
87
94
```
88
95
89
- ## TODO
96
+ ## ToDo
90
97
91
98
- Write more unit tests
92
99
- Add E2E tests (Cypress)
You can’t perform that action at this time.
0 commit comments