Skip to content

Commit d55f090

Browse files
committed
Add Weather-Android Project
1 parent fcc3268 commit d55f090

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed

public/assets/project/weather-logo.svg

Lines changed: 12 additions & 0 deletions
Loading
1.2 MB
Binary file not shown.

src/constants/project.js

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,33 @@ export const myProjects = [
380380
},
381381
],
382382
},
383+
{
384+
title: "Weather Forecast - Android App",
385+
desc: "Modern Android app providing real-time weather data and location-based forecasts with an intuitive UI.",
386+
subdesc:
387+
"Developed using Android Studio, Kotlin, and Jetpack Compose. Features include dynamic weather icons, smooth animations, and API-powered updates for accurate local and global weather information.",
388+
href: "https://github.com/sa-fw-an/Weather-Android",
389+
texture: "./textures/project/weather.mp4",
390+
logo: "./assets/project/weather-logo.svg",
391+
logoStyle: {
392+
backgroundColor: "#4299E1",
393+
border: "0.2px solid #1A2433",
394+
boxShadow: "0px 0px 60px 0px #2248704D",
395+
},
396+
spotlight: "./assets/spotlight3.png",
397+
tags: [
398+
{
399+
id: 1,
400+
name: "Android Studio",
401+
path: "./assets/coding/androidstudio.svg",
402+
},
403+
{
404+
id: 2,
405+
name: "Kotlin",
406+
path: "./assets/coding/kotlin.svg",
407+
},
408+
],
409+
},
383410
{
384411
title: "3D Models Website",
385412
desc: "Designed and developed a visually stunning portfolio website to showcase intricate 3D models, with a focus on responsive design and user interaction.",

0 commit comments

Comments
 (0)