diff --git a/README.md b/README.md index f768e33..e8bc79a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,15 @@ -# React + Vite +# Mr kuldeep -This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. +##### Post Graduated with M.C.A from ( M.D.Uni. ) in 2022-2024 -Currently, two official plugins are available: +
+kuldeep image +
-- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh -- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh +### 🎖 A keen and enthusiastic fresher web developer, always ready to learn new things. Passionate about building web solutions and improving skills every day. + +[let's know more 👋](https://mrportfolioforkuldeep.vercel.app) \ No newline at end of file diff --git a/src/Components/ProjectCard.jsx b/src/Components/ProjectCard.jsx index a9a8111..0e1bfa3 100644 --- a/src/Components/ProjectCard.jsx +++ b/src/Components/ProjectCard.jsx @@ -11,10 +11,8 @@ const ProjectCard = ({ }) => { const navigate = useNavigate(); return ( -
{ - navigate(codelink); - }} + @@ -39,7 +37,7 @@ const ProjectCard = ({ Demo -
+ ); };