Projectsđź’ˇ
Some things I've been working on in the past few months:
Parkify
An IoT based Smart Parking System with a Dashboard and Real-Time Logs that seamlessly integrates with the Raspberry-pi hardware.
Curriculum Schedular
An automated Curriculum Schedular which prepares a schedule as per your needs. A great tool for any self-learning student!
GitHub Downloader
A CLI tool to download files and folders from any GitHub repo and store them in any given location. Wrriten in Typescript and NodeJS and has around 200+ Downloads in NPM Registry
LeetCode AC Count
The extension displays solved count for each difficulty of any tag in LeetCode. The extension is built to support both Mozilla Firefox and Google Chrome and it is also available as a Firefox Browser Add-On. Increased student productivity when solving problems topic-wise.
Github Repo Lister
A Single Page Application developed using React to display the list of GitHub repositories using the Github Rest API. Improved User accessibility by implementing features such as Search with name and language, Sort by stars and name, Order by ascending and descending order, Pagination, when listing the repositories. Prevented Prop drilling by using Context API for State Management
Hopsital Management System
A minimal Hospital Management System with multiple features like Contact Consultancy, Authentication and Booking Appointments. Implemented JWT and Cookies for Authentication and Authorization of doctors and patients