Skip to content

Commit 760fe06

Browse files
committed
Update project technologies and descriptions
1 parent e216c80 commit 760fe06

File tree

3 files changed

+117
-74
lines changed

3 files changed

+117
-74
lines changed

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"deploy": "npm run export && touch out/.nojekyll && echo 'sametdulger.dev' > out/CNAME"
1313
},
1414
"dependencies": {
15-
"framer-motion": "^12.18.1",
15+
"framer-motion": "^12.23.9",
1616
"next": "15.3.3",
1717
"react": "^19.0.0",
1818
"react-dom": "^19.0.0",

src/components/Projects.tsx

Lines changed: 103 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,101 +1,144 @@
11
'use client'
22

33
import { motion } from 'framer-motion'
4-
import { FiGithub, FiExternalLink, FiCode, FiDatabase, FiGlobe, FiShoppingCart, FiCalendar, FiLock, FiTruck, FiUsers, FiSettings } from 'react-icons/fi'
4+
import { FiGithub, FiExternalLink, FiCode, FiDatabase, FiGlobe, FiShoppingCart, FiCalendar, FiLock, FiTruck, FiUsers, FiSettings, FiCoffee, FiFilm, FiHome, FiMapPin, FiShoppingBag, FiMonitor, FiBookOpen, FiBriefcase } from 'react-icons/fi'
55
// Removed unused React hooks import
66

77
const projects = [
88
{
9-
title: 'E-Plant Shopping',
10-
description: 'E-commerce platform for plant shopping with modern React frontend and comprehensive shopping features.',
11-
technologies: ['JavaScript', 'React', 'E-commerce'],
12-
github: 'https://github.com/SametDulger/e-plantShopping',
9+
title: 'SD_Turizm',
10+
description: 'Tourism management system with hotel, tour, and financial features.',
11+
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'Entity Framework'],
12+
github: 'https://github.com/SametDulger/SD_Turizm',
13+
demo: '#',
14+
icon: FiMapPin,
15+
color: 'from-blue-500 to-cyan-500',
16+
},
17+
{
18+
title: 'SD_Burger',
19+
description: 'Multi-branch burger restaurant management with menu and order system.',
20+
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'Entity Framework'],
21+
github: 'https://github.com/SametDulger/SD_Burger',
22+
demo: '#',
23+
icon: FiShoppingBag,
24+
color: 'from-orange-500 to-red-500',
25+
},
26+
{
27+
title: 'SD_Hotel',
28+
description: 'Hotel management system with room booking and guest services.',
29+
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'Entity Framework'],
30+
github: 'https://github.com/SametDulger/SD_Hotel',
31+
demo: '#',
32+
icon: FiHome,
33+
color: 'from-purple-500 to-indigo-500',
34+
},
35+
{
36+
title: 'SD_Ticaret',
37+
description: 'E-commerce platform with product management and sales tracking.',
38+
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'Entity Framework'],
39+
github: 'https://github.com/SametDulger/SD_Ticaret',
1340
demo: '#',
1441
icon: FiShoppingCart,
15-
color: 'from-green-400 to-emerald-600',
42+
color: 'from-green-500 to-emerald-500',
1643
},
1744
{
18-
title: 'User Management API',
19-
description: 'Comprehensive user management API with authentication, authorization, and user profile management features.',
20-
technologies: ['C#', '.NET', 'Web API', 'Authentication'],
21-
github: 'https://github.com/SametDulger/UserManagementAPI',
45+
title: 'SD_Sinema',
46+
description: 'Cinema management system with movie scheduling and ticket sales.',
47+
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'Entity Framework'],
48+
github: 'https://github.com/SametDulger/SD_Sinema',
49+
demo: '#',
50+
icon: FiFilm,
51+
color: 'from-red-500 to-pink-500',
52+
},
53+
{
54+
title: 'SD_Tur',
55+
description: 'Travel agency system with booking and itinerary management.',
56+
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'Entity Framework'],
57+
github: 'https://github.com/SametDulger/SD_Tur',
58+
demo: '#',
59+
icon: FiMapPin,
60+
color: 'from-teal-500 to-blue-500',
61+
},
62+
{
63+
title: 'SD_IKYS',
64+
description: 'HR management system with employee and payroll features.',
65+
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'Entity Framework'],
66+
github: 'https://github.com/SametDulger/SD_IKYS',
2267
demo: '#',
2368
icon: FiUsers,
2469
color: 'from-indigo-500 to-purple-500',
2570
},
2671
{
27-
title: 'LogiTrack Order Management',
28-
description: 'RESTful API for order management system with comprehensive tracking and logistics features built with .NET.',
29-
technologies: ['C#', '.NET', 'Web API', 'Entity Framework'],
30-
github: 'https://github.com/SametDulger/LogiTrackOrderManagementAPI',
72+
title: 'SD_Kolej',
73+
description: 'School management system with student and teacher features.',
74+
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'Entity Framework'],
75+
github: 'https://github.com/SametDulger/SD_Kolej',
3176
demo: '#',
32-
icon: FiTruck,
33-
color: 'from-green-500 to-emerald-500',
77+
icon: FiBookOpen,
78+
color: 'from-blue-600 to-indigo-600',
3479
},
3580
{
36-
title: 'SafeVault',
37-
description: 'Secure data management application built with C# and .NET framework focusing on data protection and user security.',
38-
technologies: ['C#', '.NET', 'Security', 'Data Protection'],
39-
github: 'https://github.com/SametDulger/SafeVault',
81+
title: 'SD_Restaurant',
82+
description: 'Restaurant management with order processing and inventory.',
83+
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'Entity Framework'],
84+
github: 'https://github.com/SametDulger/SD_Restaurant',
4085
demo: '#',
41-
icon: FiLock,
42-
color: 'from-red-500 to-orange-500',
86+
icon: FiHome,
87+
color: 'from-green-500 to-emerald-500',
4388
},
4489
{
45-
title: 'EventEase',
46-
description: 'Event management platform for organizing and managing events with user-friendly interface and comprehensive features.',
47-
technologies: ['CSS', 'HTML', 'JavaScript'],
48-
github: 'https://github.com/SametDulger/EventEase',
90+
title: 'SD_Fuar',
91+
description: 'Exhibition management platform with event planning features.',
92+
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'Entity Framework'],
93+
github: 'https://github.com/SametDulger/SD_Fuar',
4994
demo: '#',
50-
icon: FiCalendar,
51-
color: 'from-purple-500 to-pink-500',
95+
icon: FiBriefcase,
96+
color: 'from-yellow-500 to-orange-500',
5297
},
5398
{
54-
title: 'InventoryHub',
55-
description: 'A comprehensive inventory management system built with modern web technologies for efficient stock tracking and management.',
56-
technologies: ['CSS', 'HTML', 'JavaScript'],
57-
github: 'https://github.com/SametDulger/InventoryHub',
99+
title: 'SD_Ajans',
100+
description: 'Advertising agency system with client and portfolio management.',
101+
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'Entity Framework'],
102+
github: 'https://github.com/SametDulger/SD_Ajans',
58103
demo: '#',
59-
icon: FiDatabase,
60-
color: 'from-blue-500 to-cyan-500',
104+
icon: FiGlobe,
105+
color: 'from-purple-500 to-pink-500',
61106
},
62107
{
63-
title: 'Conference Event Planner',
64-
description: 'Conference and event planning application with scheduling, attendee management, and event organization features.',
65-
technologies: ['JavaScript', 'Event Management'],
66-
github: 'https://github.com/SametDulger/conference_event_planner',
108+
title: 'SD_Film',
109+
description: 'Film rental system with .NET 9 backend and React 19 frontend.',
110+
technologies: ['C#', '.NET 9', 'React 19', 'TypeScript'],
111+
github: 'https://github.com/SametDulger/SD_Film',
67112
demo: '#',
68-
icon: FiCalendar,
69-
color: 'from-orange-500 to-red-500',
113+
icon: FiFilm,
114+
color: 'from-red-500 to-pink-500',
70115
},
71116
{
72-
title: 'NLayerApp',
73-
description: 'N-Layer architecture application demonstrating clean architecture principles and separation of concerns in .NET.',
74-
technologies: ['C#', '.NET', 'Architecture'],
75-
github: 'https://github.com/SametDulger/NLayerApp',
117+
title: 'SD_Cafe',
118+
description: 'Cafe management system with order and menu management.',
119+
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'Entity Framework'],
120+
github: 'https://github.com/SametDulger/SD_Cafe',
76121
demo: '#',
77-
icon: FiCode,
78-
color: 'from-blue-600 to-indigo-600',
122+
icon: FiCoffee,
123+
color: 'from-amber-400 to-orange-600',
79124
},
80125
{
81-
title: 'TeknoromaApp',
82-
description: 'Technology-focused application built with C# and .NET framework showcasing modern development practices.',
83-
technologies: ['C#', '.NET', 'Technology'],
84-
github: 'https://github.com/SametDulger/TeknoromaApp',
126+
title: 'Sepetza',
127+
description: 'E-commerce platform with .NET 9 backend and React 17 frontend.',
128+
technologies: ['C#', '.NET 9', 'React 17', 'TypeScript'],
129+
github: 'https://github.com/SametDulger/Sepetza',
85130
demo: '#',
86-
icon: FiSettings,
87-
color: 'from-cyan-500 to-blue-500',
131+
icon: FiShoppingCart,
132+
color: 'from-blue-500 to-purple-500',
88133
},
89-
90-
91134
{
92-
title: 'AdvertisementApp',
93-
description: 'Advertisement management application with comprehensive ad creation, management, and tracking features.',
94-
technologies: ['C#', '.NET', 'Advertisement'],
95-
github: 'https://github.com/SametDulger/AdvertisementApp',
135+
title: 'ECommerceApp',
136+
description: 'E-commerce application with product and user management.',
137+
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'Entity Framework'],
138+
github: 'https://github.com/SametDulger/ECommerceApp',
96139
demo: '#',
97-
icon: FiGlobe,
98-
color: 'from-yellow-500 to-orange-500',
140+
icon: FiShoppingBag,
141+
color: 'from-green-400 to-emerald-600',
99142
},
100143
]
101144

0 commit comments

Comments
 (0)