We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab1f265 commit 8d1d719Copy full SHA for 8d1d719
1 file changed
src/components/sections/Projects.jsx
@@ -30,6 +30,14 @@ const Projects = () => {
30
technologies: ['React', 'TailwindCSS', 'Framer Motion'],
31
github: 'https://github.com/Pranesh-alt/Portfolio_ReactJS',
32
demo: 'portfolio-react-js-peach-psi.vercel.app'
33
+ },
34
+ {
35
+ title: 'GO Chat',
36
+ description: 'A responsive portfolio website built with modern technologies to showcase creative work and professional experience.',
37
+ image: 'https://images.pexels.com/photos/5926393/pexels-photo-5926393.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2',
38
+ technologies: ['React', 'GO'],
39
+ github: 'https://github.com/Pranesh-alt/Portfolio_ReactJS',
40
+ demo: 'https://storied-gelato-850d0c.netlify.app/'
41
}
42
]
43
0 commit comments