Skip to content

Commit a087c84

Browse files
authored
Merge pull request #126 from Shivin1016/new-feature-branch
added weather UI dashboard with better UI
2 parents b5a33cf + a8df51a commit a087c84

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

assets/weatherPreview.png

1.57 MB
Loading

script.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ const sampleProjects = [
1818
id: 2,
1919
title: 'Weather Dashboard',
2020
description: 'A responsive weather application with beautiful animations and detailed forecasts. Features location-based weather data and interactive charts.',
21-
repoUrl: 'https://github.com/example/weather-dashboard',
22-
demoUrl: 'https://example.github.io/weather-dashboard/',
21+
repoUrl: 'https://github.com/Shivin1016/weatherApp',
22+
demoUrl: 'https://shivin1016.github.io/weatherApp/',
2323
difficulty: 'intermediate',
2424
upvotes: 28,
2525
hasDemo: true,
2626
hasReadme: true,
27-
previewImage: null,
28-
tags: ['React', 'API', 'Charts', 'Responsive']
27+
previewImage: "assets/weatherPreview.png",
28+
tags: ['JavaScript','HTML', 'CSS', "API"]
2929
},
3030
{
3131
id: 3,

0 commit comments

Comments
 (0)