Hello! I'm Dakshal. Feel free to browse some of my projects or write a message to me.
Contact LinkedIn Github

Projects

Chronicle

A volunteer time tracking tool with helpful summary features. I created this with Next.js and Typescript. It's used by a group of volunteer teachers to keep a record of the hours that they spend teaching each month. Data is stored in a serverless PostgreSQL database.

rfpQuick

This tool generates formatted business proposals. I contributed extensively to the frontend, implementing account creation, login with Firebase, connection to a Node.js REST API, autosave integration, PDF generation, and multiple UI components in React.

Device Dashboard

This product dashboard interfaces with a SQL database of hundreds of medical devices, with sorting and searching capbilities. This was a fullstack project with a Node.js backend. Created for a medical technology corporation as part of my internship.

Portfolio

Where my work lives on the web. Creating my portfolio site was a great opportunity to learn a new React framework, Gatsby. I had been interested in learning to use a React-based framework for a while, and an introduction to GraphQL was a nice bonus.

Link Vault

An easy way to store online meeting links. Uses a local, encrypted IndexedDB to store online meeting links and their passwords. I created it with React to solve the problem of having too many Zoom links to keep track of after all my classes went online.

Word!

A live multiplayer game that uses WebSockets via socket.io. I made this during the start of the Pandemic as a game I could play with friends on Zoom. Using what I learned from this project, I taught a workshop on WebSockets in JavaScript for Rutgers IEEE.