My Projects
Restaurant Ordering System
A console-based ordering system built with Python using dictionaries and simple data structures. Users can choose from separate menus (drinks, snacks, main items), select quantities, continue ordering, and finally view a formatted bill with GST and tax applied. This project demonstrates working with collections, input validation, and formatting output for billing.
Technologies: Python (basic data structures)
Basic Calculator (Python)
A small Python program that performs basic arithmetic operations (add, subtract, multiply, divide) and handles simple user input errors gracefully. Good demo of functions and control flow.
Technologies: Python
Portfolio (HTML & CSS)
A simple portfolio website built with HTML and CSS to showcase projects, education, and contact information. This is essentially the current site — focused on clean layout and accessibility.
Technologies: HTML, CSS