Back to Home Blog

Projects

Check out some of my recent projects.

NarrateNow: Web Page Narrator

Developed a full-stack web application that converts online articles into audio narrations in multiple languages. Key features include:

  • Built with HTML, CSS, JavaScript frontend and Python Flask backend
  • Integrates web scraping, language translation, and text-to-speech technologies
  • Supports 10+ languages including English, Spanish, French, and Mandarin
  • Deployed frontend on GitHub Pages and backend on DigitalOcean for scalability
  • Implemented error handling and user-friendly interface for seamless experience
View Project
Virtual File System (VFS) - C++ Project

Developed a command-line virtual file system simulator in C++, featuring:

  • Implementation of core file system operations (create, delete, move, navigate)
  • Custom data structures (Vector, Queue) for efficient memory management
  • Recycle bin functionality with file recovery options
  • Persistent storage through file I/O operations
  • Search capabilities and directory size calculations
  • Modular design with separate classes for inodes and file system operations
View Project
Virtual File System (VFS) - C++ Project
Hotel Database Management System

Developed an efficient Hotel Information Management System in C++, utilizing a hash table with binary search trees, resulting in O(1) average-case time complexity for data operations and supporting management of over 100,000 hotel records.

View Project
Hotel Database Management System
WebCanvas

An interactive Canvas Drawing App using HTML5, CSS3, and JavaScript. This web-based application features a robust set of drawing tools including freehand drawing, erasing, color selection, and line width adjustment. Implemented advanced functionalities such as undo/redo actions, zoom and pan capabilities, and the ability to save and load drawings. Includes a user-friendly interface with a color palette and responsive design for both desktop and mobile use.

View Project
Moraa Mema Non-Profit Website

A responsive website designed and developed for Moraa Mema, a non-profit organization. The site showcases the organization's mission, projects, and impact, while providing an easy-to-use interface for donations and volunteer sign-ups.

Visit Website