My projects
Inventory management system CLI using Python
An inventory management system application with command line interface developed using Python. Features to add, update, remove items and view inventory Saving and loading inventory data from json files.
Chat app in Android
A chat application built using Kotlin in Android Studio. Connects to a node.js API hosted on Heroku using web sockets to send and receive messages. Features creation of different channels for different topics. Published on Google Play.
Weather app in Android
A simple weather app that uses https://openweathermap.org/ API to fetch weather based on city name.