Welcome to my Projects Showcase! Below, you'll find a curated list of some of the exciting projects I've worked on. Each project represents a unique challenge and an opportunity to learn and grow. Feel free to explore and learn more about my skills and expertise.
Trip and Itinerary Planner
AI Trip Planner helps users create customized travel itineraries based on trip duration, destination, and style. Leveraging Geoapify's Places API, it provides a detailed daily plan, suggests popular places, and offers hotel booking options. Features include an interactive UI, PDF export, and hotel booking integration.
WordSense Chrome Extension
WordSense is a Chrome extension that provides instant word definitions and pronunciations. Users can enable or disable the extension via a popup interface featuring power icons for status indication. The extension fetches data from dictionary APIs and displays a tooltip with word meanings and pronunciation upon text selection. The tooltip includes an audio pronunciation button that plays the word without moving the tooltip position. The project files include background.js
for managing context menus, content.js
for handling text selection and displaying tooltips, popup.html
and popup.js
for the user interface, and manifest.json
for configuration.