Detail-oriented intern with hands-on experience in Python, React.js, and Node.js. Developed real-time AI projects, showcasing strong problem-solving and collaboration skills.
Realtime Chat App (Expo + Node + MongoDB) — GitHub: github.com/Kush146/realtime-chat-expo — [April 2025 – July 2025]
Cross-platform chat with a mobile client (Expo) and server backend (Node/Express); JWT auth and MongoDB Atlas for persistence.
WhatsApp Web Clone (Full-Stack Web App) — GitHub: github.com/Kush146/whatsapp-web-clone — [March 2024 – May 2024]
WhatsApp-style chat web app with split deployments—Vercel for the React client and Render for the backend service.
Frontend (Vercel):https://whatsapp-web-clone-beta-ivory.vercel.app/
Backend (Render):https://whatsapp-web-clone-ybav.onrender.com
Smart Todo List AI (React + Node + OpenAI) — GitHub: github.com/Kush146/smart-todo-list-ai — [Jan 2024 – March 2024]
AI-assisted todo manager with a web client (Vite/React) and server backend (Node/Express); JWT auth and MongoDB Atlas for persistence; OpenAI powers natural-language capture, auto-prioritization, and summaries.
Structured a clean mono-repo (client/, server/) with envs (PORT, MONGO_URI, JWT_SECRET, OPENAI_API_KEY, CORS_ORIGIN, VITE_API_URL) and quickstart scripts.