Simple Drive
Dec 2025 – Jan 2026
A cloud file-storage platform where people can upload, organize, preview, download, and manage their own files. Authentication, folder structure, and file metadata all persist properly, and every route is protected by role-based access so nobody sees files that aren't theirs. Behind it sit REST APIs I tuned for consistent response times as the file list grows.
React.js, Node.js, Express.js, MongoDB, Tailwind CSS
Zomato Clone
Sep 2025 – Oct 2025
A food-delivery app built around discovery: search and filters by cuisine, location, rating, and price help people land on a restaurant fast. Underneath is a full order flow — cart, checkout, persistent orders — backed by reusable React components and REST APIs shared across restaurants, menus, users, and orders.
React.js, Node.js, Express.js, MongoDB, Tailwind CSS
TaskFlow
Feb 2025 – Mar 2025
A task manager for teams: create, assign, prioritize, and track work across several projects at once, with separate permissions for members and administrators. A responsive dashboard surfaces status, priority, and deadlines at a glance. I also built a small side module — a real-time collaborative text editor over WebSockets — to see how PHP and MySQL would handle live, shared edits.
React.js, Node.js, Express.js, MongoDB, Tailwind CSS