diff --git a/public/images/projects/ios-airports/screenshot-1-w240.webp b/public/images/projects/ios-airports/screenshot-1-w240.webp new file mode 100644 index 0000000..809974e Binary files /dev/null and b/public/images/projects/ios-airports/screenshot-1-w240.webp differ diff --git a/public/images/projects/ios-airports/screenshot-1-w480.webp b/public/images/projects/ios-airports/screenshot-1-w480.webp new file mode 100644 index 0000000..300d227 Binary files /dev/null and b/public/images/projects/ios-airports/screenshot-1-w480.webp differ diff --git a/public/images/projects/ios-airports/screenshot-1.webp b/public/images/projects/ios-airports/screenshot-1.webp new file mode 100644 index 0000000..cb5d404 Binary files /dev/null and b/public/images/projects/ios-airports/screenshot-1.webp differ diff --git a/public/images/projects/ios-airports/screenshot-2-w240.webp b/public/images/projects/ios-airports/screenshot-2-w240.webp new file mode 100644 index 0000000..b6f1efd Binary files /dev/null and b/public/images/projects/ios-airports/screenshot-2-w240.webp differ diff --git a/public/images/projects/ios-airports/screenshot-2-w480.webp b/public/images/projects/ios-airports/screenshot-2-w480.webp new file mode 100644 index 0000000..c1dd788 Binary files /dev/null and b/public/images/projects/ios-airports/screenshot-2-w480.webp differ diff --git a/public/images/projects/ios-airports/screenshot-2.webp b/public/images/projects/ios-airports/screenshot-2.webp new file mode 100644 index 0000000..c3d0f4c Binary files /dev/null and b/public/images/projects/ios-airports/screenshot-2.webp differ diff --git a/src/App.js b/src/App.js index 37a27e7..ffcf8af 100644 --- a/src/App.js +++ b/src/App.js @@ -19,6 +19,7 @@ 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 IOSAirports from './Pages/Software/Projects/IOSAirports'; import Radio from './Pages/Radio/Radio'; import Components from './Pages/Radio/Components'; @@ -48,6 +49,7 @@ function App() { }> }> }> + }> }> }> }> diff --git a/src/Pages/Software/Projects/IOSAirports.js b/src/Pages/Software/Projects/IOSAirports.js new file mode 100644 index 0000000..dd486ba --- /dev/null +++ b/src/Pages/Software/Projects/IOSAirports.js @@ -0,0 +1,41 @@ +import React from 'react'; + +const IOSAirports = () => { + return ( +
+ +
+
+

iOS Airports

+

iPhone application

+ +

A mobile iPhone application using a SQLite database to display airports around the world. With this project I got to experience working with Xcode and Swift to develop iOS mobile applications.

+ +

+ Source code can be seen on my Github page:   + + github icon + +

+ + + + + + Screenshot of selectable airports + + + + + + + Screenshot of an air route + + +
+
+
+ ) +} + +export default IOSAirports; \ No newline at end of file diff --git a/src/Pages/Software/Software.js b/src/Pages/Software/Software.js index ae7a6e2..dc4cdc0 100644 --- a/src/Pages/Software/Software.js +++ b/src/Pages/Software/Software.js @@ -48,6 +48,7 @@ const Software = () => {
  • TeslaMaze
  • Embedded Internet Radio
  • Windows 10 Cookbook
  • +
  • iOS Airports mobile application