ABOUT ME
Hi, I'm Duvresh! 👋
I’m a 18-year-old self-taught front-end developer based in India.
Over the past two years, I’ve been learning and experimenting with
different technologies, building projects, and improving my
skills.
While I haven’t yet worked at a tech company, I’m eager to start
my journey and grow as part of a dynamic team in the industry.
const coder = { name: 'Durvesh', skills: ['HTML','CSS', 'JavaScript', 'Git', 'Express JS', 'Node.js'], hardWorker: true, problemSolver: true, hireable: function() { return ( this.hardWorker && this.problemSolver && this.skills.length >= 6 ); } }
MY SKILLS
HTML
Website markup language
CSS
Cascading style sheets
JavaScript
Programming language
Express JS
Backend web framework
Node.js
JavaScript runtime
Git
Version control system
CURRENTLY LEARNING
Mongoose
MongoDB object modeling
MY PROJECTS

Bingo Multiplayer
A Bingo multiplayer game to play with friends
HTML
CSS
JavaScript
Express JS
Socket.io
Node.js

Log & Antilog Visualizer
An interactive app that visualizes step-by-step human calculations using a log table.
HTML
CSS
JavaScript