I have completed B.tech in Information Technology Branch from MLV Textile & Engineering College , Bhilwara
import SoftwareDeveloper from 'India';
class Bio extends SoftwareDeveloper {
name = 'Pallav Sharma';
title = 'Software Engineer' || 'Full Stack Web Developer';
location = 'Bhilwara,Rajasthan, India';
availability = "Available to hire!!"
}
class Skills extends SoftwareDeveloper {
languages = ['JavaScript', 'HTML', 'CSS', 'React', 'Redux', 'NodeJs'];
}