File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -20,4 +20,12 @@ Create a fun app that displays random photos from a collection each time you cli
2020## Bonus Challenge
2121Fetch 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>
Original file line number Diff line number Diff line change @@ -19,4 +19,12 @@ Create a project where users can calculate tips based on a given bill amount and
1919## Bonus Challenge
2020Add 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>
You can’t perform that action at this time.
0 commit comments