Hi there
~ I'm Devesh Kumar Mishra

I am a Full Stack Web Developer, passionate about building digital products that improve the everyday experience for people.
import SoftwareDeveloper from 'India';
class Bio extends SoftwareDeveloper {
name = 'Devesh Kumar Mishra';
title = 'Student' || 'Full Stack Web Developer';
location = 'Balrampur, U.P.';
availability = "Learning !!";
}
class Skills extends SoftwareDeveloper {
frontend = ['HTML', 'JavaScript', 'ReactJS', 'Redux', 'VueJS','Chakra Ui', 'CSS','Tailwind','Bootstrap', 'Typescript' ];
backend = ['AdonisJS', 'Node Js', 'Express Js', 'Mongo DB', 'MySql'];
tools = ['Git', 'Docker', 'AWS', 'Postman']
}