Skip to content

Commit

Permalink
Refactoring readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nickovchinnikov committed Sep 23, 2021
1 parent 212a7ef commit 74ef557
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Minesweeper

## Section 1: Introduction
## Section: Introduction

### Minesweeper presentation

Expand All @@ -19,7 +19,7 @@

[Pull request](https://github.com/nickovchinnikov/minesweeper/pull/2)

## Section 2: Typescript recap
## Section: Typescript recap

### Typescript basic
### Parametric typing with generics
Expand All @@ -35,7 +35,7 @@

[Pull request](https://github.com/nickovchinnikov/minesweeper/pull/4)

## Section 3: React intro
## Section: React intro

### Create React App

Expand Down Expand Up @@ -64,7 +64,7 @@

[React intro examples pull request](https://github.com/nickovchinnikov/minesweeper/pull/10/files)

## Section 4: Jest, TDD and basic game logic
## Section: Jest, TDD and basic game logic

### Jest testing framework (TDD vs TLD)

Expand All @@ -85,7 +85,7 @@

[config for vscode](https://gist.github.com/nickovchinnikov/ace62c117e6b6ff87f0fbfe96bb04164)

## Section 5: Storybook and Components Library
## Section: Storybook and Components Library

### Library Emotion for css-in-js

Expand Down Expand Up @@ -115,10 +115,12 @@

[Pull request](https://github.com/nickovchinnikov/minesweeper/pull/14)

## Section 6: React Hooks intro
## Section: React Hooks intro

### useState

[Pull request](https://github.com/nickovchinnikov/minesweeper/pull/41)

### Dynamic components with useState Hook

[Pull request](https://github.com/nickovchinnikov/minesweeper/pull/15)
Expand Down Expand Up @@ -153,7 +155,7 @@

[Pull request](https://github.com/nickovchinnikov/minesweeper/pull/38)

## Section 7: Code quality, app deploy and CI/CD
## Section: Code quality, app deploy and CI/CD

### Test coverage report
### Test quality tool Stryker-Mutator
Expand All @@ -175,7 +177,7 @@

[Pull request3](https://github.com/nickovchinnikov/minesweeper/pull/23)

## Section 8: React hooks and react testing library
## Section: React hooks and react testing library

### Static game

Expand Down Expand Up @@ -203,7 +205,7 @@

[Pull request](https://github.com/nickovchinnikov/minesweeper/pull/28/files)

## Section 9: Game Hook
## Section: Game Hook

### Create game over behavior by TDD

Expand All @@ -217,7 +219,7 @@

[Pull request](https://github.com/nickovchinnikov/minesweeper/pull/31/files)

## Section 9: Game behavior and useEffect
## Section: Game behavior and useEffect

### Set flag action

Expand All @@ -229,7 +231,7 @@

[Pull request](https://github.com/nickovchinnikov/minesweeper/pull/33/files)

## Section 10: useEffect and useCallback
## Section0: useEffect and useCallback

### Game timer and useEffect

Expand Down

0 comments on commit 74ef557

Please sign in to comment.