Bringing Ideas to Life 

Food Delivery Website

Food Delivery Website

Food delivery platform, featuring both frontend and backend development, connects users with taSty restaurant. With a user-friendly interface and seamless navigation. Although the website currently runs locally, it showcases a comprehensive system designed for both customers and restaurant management.

Stack: CSS, Reactjs,ExpressJs, MongoDb
Custom _printf function

Custom _printf function

Collaborated with a partner to build a custom _printf function in C, designed to replicate the functionality of the standard printf library function. The project involved implementing formatted output for various data types, handling format specifiers (e.g., %d, %s, %c), and ensuring compatibility with edge cases. This project deepened my understanding of variadic functions, memory management, and low-level I/O operations in C.

Stack: C