My Projects
CitySync
CitySync Web is a Django-based web application that connects regular users with service partners. It features a dual-interface system: a user side for browsing and booking services, and a partner side for managing services, bookings, and payments. The project uses Django session-based authentication for users and JWT for partners to ensure secure, role-specific access.
Sahil Rathod Portfolio
A personal portfolio website showcasing my skills, projects, and experiences. Built with Next.js and Tailwind CSS, it features a responsive design, smooth animations, and a clean layout to highlight my work effectively.
Bank Account Management System
A simple console-based Bank Account Management System built with core Python. It uses object-oriented programming to handle account creation, deposits, withdrawals, balance checking, and account detail viewing. Great for beginners to learn class-based design and data handling in Python.
Restaurant Order Management System
Python Restaurant Order System to simulate menu browsing, placing orders, and calculating bills including taxes. Designed using object-oriented programming.
Hotel Room Booking Management System
Python OOP project to manage hotel bookings. Select room types, handle check-in/check-out, and generate billing receipts.
Simple ATM Simulator
A command-line ATM interface in Python. Authenticate with PIN, withdraw money, check balance, and print mini-statements using OOP.
Cab Booking Simulator
Python project to simulate cab bookings. Choose pickup/drop locations, estimate fare, and confirm ride using class-based design.
Contact Book Python
Build a contact management system in Python. Add, edit, search, and delete contacts in a command-line app using OOP principles.
Inventory Management System
A Python terminal app to manage store inventory. Features include adding, updating, deleting items, and monitoring stock levels with OOP design.
Bus Reservation System
OOP-based Bus Reservation System in Python. Simulate seat booking, cancellation, and view availability for educational practice.
Student Report Card System
Python-based Student Report Card System for storing student details, calculating GPA/percentage, and generating report cards. Built using classes and objects.
Library Management Python
A simple console-based Library Management System in Python. Add/remove books, issue and return them, and track borrowing details using object-oriented programming.
House Price Prediction System
Predict Price of House with using Machine Learning algorithams.