From 54c74910cd1e22f2981ceb09dd7a5ab06e7dcf96 Mon Sep 17 00:00:00 2001 From: Anupam Mallick Date: Fri, 1 Sep 2023 13:55:27 +0530 Subject: [PATCH] Update projects.jsx update my portfolio line URL --- src/Component/Portfolio/projects.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Component/Portfolio/projects.jsx b/src/Component/Portfolio/projects.jsx index bb05913..b6dc546 100644 --- a/src/Component/Portfolio/projects.jsx +++ b/src/Component/Portfolio/projects.jsx @@ -7,7 +7,7 @@ export const projects = [ { id: 6, name: "Restaurant Management System", category: "Angular", describe: "This project was generated with Angular CLI version 16.1.8. This is a Machine test interview project. It's frist develop on angular version 12.2.10. Now I update the Angular version 16.1.8.", link: "https://github.com/anupammallick88/Restaurent_Application", tag: 'Angular, rxjs, Tailwindcss' }, { id: 7, name: "Telemedicine System", category: "Laravel", describe: "An One Telemedicine system is a technological solution designed to monitor and manage the health and well-being of patients from a distance.", link: "https://github.com/anupammallick88/OneTelemedicine", tag: 'Laravel, javascript, mysql, Bootstrap, vue.js, blade-template, php-jwt' }, { id: 8, name: "Accounting-System(POS)", category: "Laravel", describe: "A Point of Sale (POS) system is a commonly found in retail stores, restaurants, and various other businesses that sell products or services directly to customers.", link: "https://github.com/anupammallick88/Accounting-System-POS", tag: 'Laravel, mysql, blade-template, laravel-passport, twillio, paypal' }, - { id: 9, name: "My portfolio", category: "React", describe: "This is my personal portfolio website using React-18.2.0, bootstrap, react-bootstrap, framer-motion, react-slick, and slick-carousel.", link: "https://github.com/anupammallick88/My portfolio", tag: 'React, bootstrap, react-bootstrap, framer-motion, react-slick, and slick-carousel' }, + { id: 9, name: "My portfolio", category: "React", describe: "This is my personal portfolio website using React-18.2.0, bootstrap, react-bootstrap, framer-motion, react-slick, and slick-carousel.", link: "https://github.com/anupammallick88/my-portfolio", tag: 'React, bootstrap, react-bootstrap, framer-motion, react-slick, and slick-carousel' }, // Add more products - ]; \ No newline at end of file + ];