You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Flask web application for managing a personal word list with definitions and example sentences. Integrates with MongoDB for storage and the Merriam-Webster Dictionary API for fetching word details. Features a user-friendly interface, RESTful API endpoints, and AJAX-powered interactions.
A simple web-based personal diary application built with Flask and MongoDB. Users can create, view, and manage diary entries with optional file and profile image uploads. Designed for educational purposes as part of the MSIB LearningX Full Stack Web Development program.
A simple movie review web service built with Flask and MongoDB. Users can submit movie URLs, rate them, and leave comments. The app scrapes Open Graph metadata from movie pages to display titles, images, and descriptions.