I am a MERN Stack Developer, passionate about building digital products that improve the everyday experience for people.
import SoftwareDeveloper from 'India';
class Bio extends SoftwareDeveloper {
name = 'Shivam Kushwah';
title = 'MERN Stack Developer';
location = 'Indore, India';
Current-location = 'Ahmedabad, India';
availability = "Available to hire!!";
}
class Skills extends SoftwareDeveloper {
frontend : ['JavaScript', 'HTML', 'CSS', 'React', 'Redux','Nextjs'];
backend: ['NodeJs', 'ExpressJs, NestJs'];
database:['Mongodb, MySql']
ui : ['Material UI','Tailwind css','...'];
}

