|
1 | 1 | 'use client' |
2 | 2 |
|
3 | 3 | 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' |
5 | 5 | // Removed unused React hooks import |
6 | 6 |
|
7 | 7 | const projects = [ |
8 | 8 | { |
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', |
13 | 40 | demo: '#', |
14 | 41 | icon: FiShoppingCart, |
15 | | - color: 'from-green-400 to-emerald-600', |
| 42 | + color: 'from-green-500 to-emerald-500', |
16 | 43 | }, |
17 | 44 | { |
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', |
22 | 67 | demo: '#', |
23 | 68 | icon: FiUsers, |
24 | 69 | color: 'from-indigo-500 to-purple-500', |
25 | 70 | }, |
26 | 71 | { |
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', |
31 | 76 | demo: '#', |
32 | | - icon: FiTruck, |
33 | | - color: 'from-green-500 to-emerald-500', |
| 77 | + icon: FiBookOpen, |
| 78 | + color: 'from-blue-600 to-indigo-600', |
34 | 79 | }, |
35 | 80 | { |
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', |
40 | 85 | demo: '#', |
41 | | - icon: FiLock, |
42 | | - color: 'from-red-500 to-orange-500', |
| 86 | + icon: FiHome, |
| 87 | + color: 'from-green-500 to-emerald-500', |
43 | 88 | }, |
44 | 89 | { |
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', |
49 | 94 | demo: '#', |
50 | | - icon: FiCalendar, |
51 | | - color: 'from-purple-500 to-pink-500', |
| 95 | + icon: FiBriefcase, |
| 96 | + color: 'from-yellow-500 to-orange-500', |
52 | 97 | }, |
53 | 98 | { |
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', |
58 | 103 | demo: '#', |
59 | | - icon: FiDatabase, |
60 | | - color: 'from-blue-500 to-cyan-500', |
| 104 | + icon: FiGlobe, |
| 105 | + color: 'from-purple-500 to-pink-500', |
61 | 106 | }, |
62 | 107 | { |
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', |
67 | 112 | demo: '#', |
68 | | - icon: FiCalendar, |
69 | | - color: 'from-orange-500 to-red-500', |
| 113 | + icon: FiFilm, |
| 114 | + color: 'from-red-500 to-pink-500', |
70 | 115 | }, |
71 | 116 | { |
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', |
76 | 121 | demo: '#', |
77 | | - icon: FiCode, |
78 | | - color: 'from-blue-600 to-indigo-600', |
| 122 | + icon: FiCoffee, |
| 123 | + color: 'from-amber-400 to-orange-600', |
79 | 124 | }, |
80 | 125 | { |
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', |
85 | 130 | demo: '#', |
86 | | - icon: FiSettings, |
87 | | - color: 'from-cyan-500 to-blue-500', |
| 131 | + icon: FiShoppingCart, |
| 132 | + color: 'from-blue-500 to-purple-500', |
88 | 133 | }, |
89 | | - |
90 | | - |
91 | 134 | { |
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', |
96 | 139 | demo: '#', |
97 | | - icon: FiGlobe, |
98 | | - color: 'from-yellow-500 to-orange-500', |
| 140 | + icon: FiShoppingBag, |
| 141 | + color: 'from-green-400 to-emerald-600', |
99 | 142 | }, |
100 | 143 | ] |
101 | 144 |
|
|
0 commit comments