Skip to content

Commit 80bac0c

Browse files
committed
new icon
1 parent 2ebbe69 commit 80bac0c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

assets/forum.png

29.8 KB
Loading

projects.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,15 @@ const projects = [
234234
url: "https://github.com/ianshulx/Django-Projects-for-beginners/tree/main-616/Django%20Intermediate%20Projects/music-recommendation-system",
235235
description: "A Django-based music recommendation system using machine learning to suggest tracks to users.",
236236
imgSrc: "assets/music.png"
237-
}
237+
},
238+
{
239+
title: "Forum website",
240+
url: "https://github.com/ianshulx/Django-Projects-for-beginners/tree/main-616/Django%20Intermediate%20Projects/django-DiscussionPlatform-App",
241+
description: "A Django-based forum webisite where people can put their different opinions",
242+
imgSrc: "assets/Forum.png"
243+
},
244+
245+
238246
];
239247

240248

0 commit comments

Comments
 (0)