diff --git a/public/images/QWeatherMain.png b/public/images/QWeatherMain.png new file mode 100644 index 0000000..8274287 Binary files /dev/null and b/public/images/QWeatherMain.png differ diff --git a/public/images/QWeatherThumb.svg b/public/images/QWeatherThumb.svg new file mode 100644 index 0000000..1a50698 --- /dev/null +++ b/public/images/QWeatherThumb.svg @@ -0,0 +1,19 @@ + + + + + + diff --git a/src/projects.json b/src/projects.json index bbed2b7..1c88278 100644 --- a/src/projects.json +++ b/src/projects.json @@ -75,5 +75,16 @@ "mainImage": "movieComputer.png", "thumbImage": "movieThumb.svg", "demoLink": "https://movies.henryhiles.com" + }, + { + "name": "QWeather", + "route": "qweather", + "github": "https://github.com/Henry-Hiles/QWeather", + "overview": "A weather app for android, FOSS and M3.", + "description": "A weather app for android, FOSS and M3. Uses the open-meteo api. Nearing release.", + "technologies": "This project was written in Kotlin, using Jetpack Compose, and Koin for dependency injection.", + "mainImage": "QWeatherMain.png", + "thumbImage": "QWeatherThumb.svg", + "demoLink": "https://nightly.link/Henry-Hiles/QWeather/workflows/build/main/QWeather.zip" } ]