import Student from 'VIT-Vellore';
class Bio extends Student {
name = 'Mounvi Podapati';
age = 20 ;
title = '3rd year CSE Undergrad';
skills = {
languages = ['JavaScript', 'Python' , 'Java'];
databases = ['MySQL'];
libraries & frameworks = ['React', 'Flask'];
currently learning = ['Express', 'MongoDB', 'NodeJS'] ;
ask me about = Web development and the languages I know;
}
fun fact = It took less code to send a man to the moon than to run a smartphone;)
}