Skip to content

Commit 4ec0a9a

Browse files
committed
Added section about deployment
1 parent 954c70b commit 4ec0a9a

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

homework-projects/readme.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,26 @@ We're doing this for four main reasons:
1818

1919
<br/>
2020

21+
# PROJECT IDEAS
22+
23+
[Currency Converter](projects/currency-converter/currency-converter.md) <br/>
24+
[Memory Game](projects/memory-game/memory-game.md)<br/>
25+
[Movie App](projects/movie-app/movie-app.md)<br/>
26+
[Quiz App](projects/quiz-app/quiz-app.md)<br/>
27+
[Recipe App](projects/recipe-app/recipe-app.md)<br/>
28+
29+
> [!NOTE]
30+
> New projects are welcome to be added by mentors. Just follow a similar structure to the existing ones, and submit it as a PR for review by staff and other mentors.
31+
32+
<br/>
33+
2134
# HOW
2235

2336
The projects will either be worked on individually, in a pair or as a group. You may also be set up to peer review another's project. This is up to the staff and mentors running the module.
2437

2538
<br/>
2639

27-
First, you will pick a project idea from the [projects](projects/) folder. Each week, you will have specific tasks that you have to deliver. Those tasks are provided in your chosen project description. The tasks are designed to help you practice the main learning points throughout the JS2 and JS3 modules.
40+
First, you will pick a project idea from above. Each week, you will have specific tasks that you have to deliver. Those tasks are provided in your chosen project description. The tasks are designed to help you practice the main learning points throughout the JS2 and JS3 modules.
2841

2942
<br/>
3043

@@ -36,18 +49,11 @@ The main difference is that you will be on a different repository and that you w
3649

3750
<br/>
3851

39-
<hr>
40-
41-
[Currency Converter](projects/currency-converter/currency-converter.md) <br/>
42-
[Memory Game](projects/memory-game/memory-game.md)<br/>
43-
[Movie App](projects/movie-app/movie-app.md)<br/>
44-
[Quiz App](projects/quiz-app/quiz-app.md)<br/>
45-
[Recipe App](projects/recipe-app/recipe-app.md)<br/>
52+
# DEPLOYMENT
4653

47-
> [!NOTE]
48-
> New projects are welcome to be added by mentors. Just follow a similar structure to the existing ones, and submit it as a PR for review by staff and other mentors.
54+
So you can demo your project easily both at the end of the project, but also to future employers, it is a requirement that you deploy the project. You can use the [HackYourFuture project template](https://github.com/HackYourFuture-CPH/hyf-project-template) as a starting point, or an otherwise agreed upon process by the staff and mentors.
4955

50-
<hr>
56+
<br/>
5157

5258
# CONCLUSION
5359

0 commit comments

Comments
 (0)