Mindify
A full-stack mental wellness web application designed to help users track mood patterns, journal daily reflections, and engage with mindfulness content. It features secure authentication, personalized dashboards, and a structured journaling system backed by a relational database.
- Built a full-stack MERN-style application with PostgreSQL replacing MongoDB
- Implemented JWT-based authentication and protected API routes
- Designed relational schemas for users, journal entries, and mood logs
- Developed a responsive React UI with reusable components
- Built REST APIs for CRUD operations across multiple resources
- React
- Node.js
- Express
- PostgreSQL
- REST API
- JWT
Bio-Hashing Two-Factor Authentication
Repo: bioapp
An experimental two-factor authentication system using bio-hashing techniques to strengthen authentication beyond traditional passwords. It combines biometric-style inputs with cryptographic hashing to generate a reproducible but non-reversible factor.
- Implemented a custom bio-hashing authentication workflow
- Built a Flask backend with secure credential storage
- Applied cryptographic hashing to protect sensitive inputs
- Designed a reproducible but non-reversible authentication factor
- Demonstrated secure authentication and verification logic
- Python
- Flask
- SQLite
- Cryptography
- Hashing
The Finale
A browser-based interactive game built with vanilla JavaScript. It features turn-based logic, dynamic UI updates, and a clean separation between game state, rendering logic, and user interactions.
- Built a full game loop using vanilla JavaScript
- Implemented turn-based logic and game state tracking
- Used event listeners for dynamic user interaction
- Designed UI rendering without external frameworks
- Structured code for maintainability and extensibility
- JavaScript
- HTML
- CSS
- Game Logic
Paradise Park Experience
An interactive, front-end-only web experience simulating a virtual amusement park interface. Users explore attractions, navigate themed sections, and interact with UI components designed to mimic a real-world park experience.
- Built a multi-page interactive front-end experience
- Designed user navigation flows and themed UI sections
- Implemented DOM-driven interactivity
- Focused on layout, styling, and visual hierarchy
- Created a polished user-facing experience
- JavaScript
- HTML
- CSS
- UX Design
Backend API Project
Repo: back-end-prj3
A backend REST API built with Python and Flask that provides structured endpoints for managing application data, supporting CRUD operations, input validation, and relational database integration with PostgreSQL.
- Built a RESTful API using Flask
- Integrated PostgreSQL for persistent data storage
- Designed relational schemas and API endpoints
- Implemented CRUD functionality with validation
- Structured backend services for maintainability
- Python
- Flask
- PostgreSQL
- REST APIs