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.

PythonDjangoTailwind CSS JavaScriptSQLiteHTMLCSS

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.

Next.jsTailwind CSSReactJavaScriptHTMLCSS

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.

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.

Python

Hotel Room Booking Management System

Python OOP project to manage hotel bookings. Select room types, handle check-in/check-out, and generate billing receipts.

Python

Simple ATM Simulator

A command-line ATM interface in Python. Authenticate with PIN, withdraw money, check balance, and print mini-statements using OOP.

Python

Cab Booking Simulator

Python project to simulate cab bookings. Choose pickup/drop locations, estimate fare, and confirm ride using class-based design.

Python

Contact Book Python

Build a contact management system in Python. Add, edit, search, and delete contacts in a command-line app using OOP principles.

Python

Inventory Management System

A Python terminal app to manage store inventory. Features include adding, updating, deleting items, and monitoring stock levels with OOP design.

Python

Bus Reservation System

OOP-based Bus Reservation System in Python. Simulate seat booking, cancellation, and view availability for educational practice.

Python

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.

Python

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.

Python

House Price Prediction System

Predict Price of House with using Machine Learning algorithams.

PythonNumpyPandasScikit-learnMatplotlibJupyter Notebookpycharm IDEFlaskHTMLCSSJavaScript

Age Calculator

Predict Age based on Date of Birth using Python.

Python

TO DO List

A simple command-line To-Do List application built with Python. Users can add, remove, and view tasks.

Python