Skip to content

Commit 493a153

Browse files
committed
added photo generator and tip calculator app
1 parent ef9ea6a commit 493a153

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

en/beginner-projects/random-photos-generator.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,12 @@ Create a fun app that displays random photos from a collection each time you cli
2020
## Bonus Challenge
2121
Fetch random photos from an external API like Unsplash.
2222

23-
23+
## Live Demo
24+
<div align="center">
25+
<iframe src="https://codesandbox.io/embed/lpg2t5?view=preview&module=%2Fapp.js"
26+
style="width:100%; height: 500px; border:0; border-radius: 4px; overflow:hidden;"
27+
title="random-photo-viewer"
28+
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
29+
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
30+
></iframe>
31+
</div>

en/beginner-projects/tip-calculator.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,12 @@ Create a project where users can calculate tips based on a given bill amount and
1919
## Bonus Challenge
2020
Add a “Split Bill” feature to divide the total between multiple people.
2121

22-
22+
## Live Demo
23+
<div align="center">
24+
<iframe src="https://codesandbox.io/embed/4fxhyc?view=preview&module=%2Findex.html"
25+
style="width:100%; height: 500px; border:0; border-radius: 4px; overflow:hidden;"
26+
title="tip-calculator"
27+
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
28+
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
29+
></iframe>
30+
</div>

0 commit comments

Comments
 (0)