diff --git a/public/images/projects/windows10cookbook/laptop-mockup-w240.webp b/public/images/projects/windows10cookbook/laptop-mockup-w240.webp
new file mode 100644
index 0000000..65548f5
Binary files /dev/null and b/public/images/projects/windows10cookbook/laptop-mockup-w240.webp differ
diff --git a/public/images/projects/windows10cookbook/laptop-mockup-w480.webp b/public/images/projects/windows10cookbook/laptop-mockup-w480.webp
new file mode 100644
index 0000000..003b89b
Binary files /dev/null and b/public/images/projects/windows10cookbook/laptop-mockup-w480.webp differ
diff --git a/public/images/projects/windows10cookbook/laptop-mockup.webp b/public/images/projects/windows10cookbook/laptop-mockup.webp
new file mode 100644
index 0000000..d38236e
Binary files /dev/null and b/public/images/projects/windows10cookbook/laptop-mockup.webp differ
diff --git a/public/images/projects/windows10cookbook/logo-w240.webp b/public/images/projects/windows10cookbook/logo-w240.webp
new file mode 100644
index 0000000..50772d5
Binary files /dev/null and b/public/images/projects/windows10cookbook/logo-w240.webp differ
diff --git a/public/images/projects/windows10cookbook/logo.webp b/public/images/projects/windows10cookbook/logo.webp
new file mode 100644
index 0000000..7beb5a0
Binary files /dev/null and b/public/images/projects/windows10cookbook/logo.webp differ
diff --git a/public/images/projects/windows10cookbook/mobile-mockup-w240.webp b/public/images/projects/windows10cookbook/mobile-mockup-w240.webp
new file mode 100644
index 0000000..ad5535a
Binary files /dev/null and b/public/images/projects/windows10cookbook/mobile-mockup-w240.webp differ
diff --git a/public/images/projects/windows10cookbook/mobile-mockup-w480.webp b/public/images/projects/windows10cookbook/mobile-mockup-w480.webp
new file mode 100644
index 0000000..0afc1b4
Binary files /dev/null and b/public/images/projects/windows10cookbook/mobile-mockup-w480.webp differ
diff --git a/public/images/projects/windows10cookbook/mobile-mockup-w800.webp b/public/images/projects/windows10cookbook/mobile-mockup-w800.webp
new file mode 100644
index 0000000..30f21a1
Binary files /dev/null and b/public/images/projects/windows10cookbook/mobile-mockup-w800.webp differ
diff --git a/public/images/projects/windows10cookbook/mobile-mockup.webp b/public/images/projects/windows10cookbook/mobile-mockup.webp
new file mode 100644
index 0000000..0289ae7
Binary files /dev/null and b/public/images/projects/windows10cookbook/mobile-mockup.webp differ
diff --git a/public/images/projects/windows10cookbook/user-interface-w240.webp b/public/images/projects/windows10cookbook/user-interface-w240.webp
new file mode 100644
index 0000000..4dafe2a
Binary files /dev/null and b/public/images/projects/windows10cookbook/user-interface-w240.webp differ
diff --git a/public/images/projects/windows10cookbook/user-interface-w480.webp b/public/images/projects/windows10cookbook/user-interface-w480.webp
new file mode 100644
index 0000000..cac92ca
Binary files /dev/null and b/public/images/projects/windows10cookbook/user-interface-w480.webp differ
diff --git a/public/images/projects/windows10cookbook/user-interface-w800.webp b/public/images/projects/windows10cookbook/user-interface-w800.webp
new file mode 100644
index 0000000..a7856e7
Binary files /dev/null and b/public/images/projects/windows10cookbook/user-interface-w800.webp differ
diff --git a/public/images/projects/windows10cookbook/user-interface.webp b/public/images/projects/windows10cookbook/user-interface.webp
new file mode 100644
index 0000000..bff2b43
Binary files /dev/null and b/public/images/projects/windows10cookbook/user-interface.webp differ
diff --git a/src/App.js b/src/App.js
index 8ee1ec0..37a27e7 100644
--- a/src/App.js
+++ b/src/App.js
@@ -18,6 +18,7 @@ import RaspberryJukebox from './Pages/Software/Projects/RaspberryJukebox';
import AttachmentModule from './Pages/Software/Projects/AttachmentModule';
import TeslaMaze from './Pages/Software/Projects/TeslaMaze';
import EmbeddedInternetRadio from './Pages/Software/Projects/EmbeddedInternetRadio';
+import Windows10Cookbook from './Pages/Software/Projects/Windows10Cookbook';
import Radio from './Pages/Radio/Radio';
import Components from './Pages/Radio/Components';
@@ -46,6 +47,7 @@ function App() {
I am based in Helmond, the Netherlands.
+ Github page:
diff --git a/src/Pages/Software/Projects/Windows10Cookbook.js b/src/Pages/Software/Projects/Windows10Cookbook.js
new file mode 100644
index 0000000..b032096
--- /dev/null
+++ b/src/Pages/Software/Projects/Windows10Cookbook.js
@@ -0,0 +1,70 @@
+import React from 'react';
+
+const Windows10Cookbook = () => {
+ return (
+
This UWP application was built with C# and XAML.
+This was a school project which retrieved recipies and other data from an API.
+Mostly this was to learn quickly how to develop a mobile application on the Windows platform with a responsive design.
+ +
+ Source code can be seen on my Github page:
+
+
+
+
+
+ These are mockups on other devices, using screenshots of the application.
+ +
+
+