My Projects

Asteroids Game

Asteroids is a game where you have to destroy the asteroids coming towards you by shooting bullet from the space ship. The game is build using vanilla javascript without using any libraries. The framework used is vitejs.

Chat App

Chat app is a real time chat application where you can chat with your friends and it also supports groups. The app is build using nextjs and socket.io. The nextjs part of the app is deployed in vercel and server side socket.io is deployed in render.

Static Site Generator

Static site generator is a tool to generate static sites from markdown files. The tool is build using nodejs and typescript. The parsing of markdown files is done without using any libraries. Currently it only supports basic markdown syntax. But i am planning to add more features to it.