Skip to content

Commit 95a3e9f

Browse files
committed
Added note to research designs online and why it's important
1 parent 4ec0a9a commit 95a3e9f

File tree

5 files changed

+14
-1
lines changed

5 files changed

+14
-1
lines changed

homework-projects/projects/currency-converter/currency-converter.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ It is expected that your app will have at least these features and functionality
1313
- Timeout for the market open/close
1414
- Call the currency API to receive the rates dynamically
1515

16-
<br/>
16+
> [!NOTE]
17+
> Take some time to research online for similar apps and how they look and work to gain inspiration. This is an important skill to practice as a developer because you won't always know (or be told) how to approach the design.
1718
1819
## Weekly specs:
1920

homework-projects/projects/memory-game/memory-game.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
You joined an online game platform startup and your task is to build one of the small classic games. <br/>
66
You will build a Memory Game, where a user needs to flip all the cards in a game in pairs until they find all the matching pairs. You aspire to make the game smooth and pleasant, so the user is compelled to spend more time playing it.
77

8+
> [!NOTE]
9+
> Take some time to research online for similar apps and how they look and work to gain inspiration. This is an important skill to practice as a developer because you won't always know (or be told) how to approach the design.
10+
811
## Weekly specs:
912

1013
### `JS2 week1` - Browser environment, DOM manipulation, DOM event listeners

homework-projects/projects/movie-app/movie-app.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ You joined a startup that has the ambition to build the best new movie streaming
66
Your taks will be to build a simple prototype to showcase the look of the platform and some simple functionality. <br/>
77
Your way to impress is to not only build a nice-looking main movie list page, but to also include some interesting features that the competitors do not have!
88

9+
> [!NOTE]
10+
> Take some time to research online for similar apps and how they look and work to gain inspiration. This is an important skill to practice as a developer because you won't always know (or be told) how to approach the design.
11+
912
## Weekly specs:
1013

1114
### `JS2 week1` - Browser environment, DOM manipulation, DOM event listeners

homework-projects/projects/quiz-app/quiz-app.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
The most popular quiz app has become very expensive... so there came a startup that aspires to build a new one that will be better, cheaper to use and more fun!
66
You join the startup as a developer and your task is to build a nice prototype of the product while the rest of the product team works to define what the final version will be.
77

8+
> [!NOTE]
9+
> Take some time to research online for similar apps and how they look and work to gain inspiration. This is an important skill to practice as a developer because you won't always know (or be told) how to approach the design.
10+
811
## Weekly specs:
912

1013
### `JS2 week1` - Browser environment, DOM manipulation, DOM event listeners

homework-projects/projects/recipe-app/recipe-app.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
You are a foood lover, a cooking enthusiast and you want to share your passion with the web. You aspire to build a cool recipe website as a hobby project and eventually earn a little bit on the side from it.
66

7+
> [!NOTE]
8+
> Take some time to research online for similar apps and how they look and work to gain inspiration. This is an important skill to practice as a developer because you won't always know (or be told) how to approach the design.
9+
710
## Weekly specs:
811

912
### `JS2 week1` - Browser environment, DOM manipulation, DOM event listeners

0 commit comments

Comments
 (0)