Projects

Task-Master

image-1

Tech Stack ⚙️:

012345

A MERN stack to-do list app with separate list for each user and OAuth as well as local login feature. The users can create, edit and delete tasks. Used Redux to store the login session info on the frontend. Used passport.js to authenticate users on the backend.

chat-app

image-1

Tech Stack ⚙️:

01234

A chat app built using Node.js (backend), React (frontend) and Socket.IO for data sharing. It makes use of the concept of web sockets to enable real time communications. The users can send plain text messages as well as location links.

Edunix

image-1

Tech Stack ⚙️:

012

A Course Management Website where students can enroll in the courses and the teachers can keep track of the courses enrolled by the students and award them course credits.

ATM-System

image-1

Tech Stack ⚙️:

0123

An ATM System Management app built using Node.js and MySQL. The user can create a new bank account and login using local authentication. It features CRUD operations as well as use of SQL Triggers. The user can view all their transactions in the Transactions Page.

Weather App

image-1

Tech Stack ⚙️:

0123

A weather app built using React which is used to fetch the weather data from the Open Weather api using the axios library.

Color Guess Game

image-1

Tech Stack ⚙️:

01

A simple color guessing game built using React and Redux toolkit.

Portfolio

image-1

Tech Stack ⚙️:

012

A portfolio website built using Next.js. Used the app router for routing and Mui components for the ui