diff --git a/DB/projects.json b/DB/projects.json index 6274926bb..23eb38298 100644 --- a/DB/projects.json +++ b/DB/projects.json @@ -4654,5 +4654,31 @@ ] } ] + }, + + { + "github_username": "Muhammadrabi", + "Projects": [ + { + "github_url": "https://github.com/MuhammadRabi/react-old-portfolio", + "title": "Personal Portfolio", + "description": "a portfolio website using React and Tailwind CSS.", + "tech": [ + "reactjs", + "tailwindcss", + "framermotion" + ] + }, + { + "github_url": "https://github.com/MuhammadRabi/React-E-Commerce", + "title": "E-commerce website", + "description": "simple e-commerce website built with react, zustand and with functional cart CRUD operations", + "tech": [ + "reactjs", + "zustand", + "tailwindcss" + ] + } + ] } -] \ No newline at end of file +]