Skip to content

Commit 78ae2f3

Browse files
feat: add starter code for the new project
1 parent f26bc1f commit 78ae2f3

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

hyperskill/05_minesweeper/01/.gitkeep

Whitespace-only changes.

hyperskill/05_minesweeper/02/.gitkeep

Whitespace-only changes.

hyperskill/05_minesweeper/03/.gitkeep

Whitespace-only changes.

hyperskill/05_minesweeper/04/.gitkeep

Whitespace-only changes.

hyperskill/05_minesweeper/05/.gitkeep

Whitespace-only changes.

hyperskill/README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22

33
[My](https://hyperskill.org/profile/7889902) solutions to [Hyperskill](https://hyperskill.org) projects from the [Frontend Developer](https://hyperskill.org/tracks/5) track.
44

5-
| Project | Level | Status |
6-
| ----------------------------------------- | ----------- | ----------- |
7-
| [Case Converter](./01_case_converter) | Easy | Completed |
8-
| [Flashcards (Frontend)](./02_flashcards) | Hard | Completed |
9-
| [To-Do List (JavaScript)](./03_todo_list) | Challenging | Completed |
10-
| [Hypergram](./04_hypergram) | Medium | In Progress |
5+
| Project | Level | Status |
6+
| -------------------------------------------- | ----------- | -------------- |
7+
| [Case Converter](./01_case_converter) | Easy | Completed |
8+
| [Flashcards (Frontend)](./02_flashcards) | Hard | Completed |
9+
| [To-Do List (JavaScript)](./03_todo_list) | Challenging | Completed |
10+
| [Hypergram](./04_hypergram) | Medium | [Completed][1] |
11+
| [Minesweeper (JavaScript)](./05_minesweeper) | Challenging | In Progress |
12+
13+
[1]: The project is completed (as per the requirements) but there is no way to pass the tests on the Hyperskill platform due to the error in the tests themselves, at the same time you can run the project locally and see that it works as expected.

0 commit comments

Comments
 (0)