Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update projects.jsx #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Component/Portfolio/projects.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
];
];