I started out as a pre-med student, but an intro coding class completely hooked me. Watching my first “Hello World” and building my first webpage with Python Flask was electrifying, leading me to switch majors and dive deep into learning everything I could about programming. Outside of coding, I'm a ballerina (if you couldn't tell by my color scheme!).The discipline, focus, and perseverance I've developed through ballet carry over into my coding projects, making me detail-oriented, hard-working, and committed to bringing ideas to life.
Goal: Learn the basics of programming and logic.
Technologies: HTML, CSS, JavaScript
Features: Interactive gameplay with click events; random computer choice.
Challenges: Figuring out how to compare player vs computer choice dynamically.
Learning: Hands-on experience with JavaScript functions, conditionals, and DOM manipulation.
View CodeGoal: Build an interactive web app that stores user data.
Technologies: HTML, CSS, JavaScript, localStorage
Features: Add, delete, and mark tasks as complete; data persists across sessions.
Challenges: Learning how to store and retrieve data in the browser with localStorage.
Learning: Strengthened understanding of DOM manipulation, events, and persistent storage.
View CodeGoal: Create a fully responsive online store to understand front-end structure.
Technologies: HTML, CSS, JavaScript
Features: Product listing, shopping cart, responsive design for mobile and desktop.
Challenges: Implementing dynamic cart updates and layout for different screen sizes.
Learning: Learned about responsive design, modular JS, and user interface best practices.
View CodeGoal: Build a full-stack app that calculates safe routes based on crime data.
Technologies: HTML, CSS, JavaScript, Google Maps API, Node.js backend
Features: Routes with safety scores, multiple route options, interactive map for visualization.
Challenges: Integrating Google Maps API and calculating weighted safety scores for routes.
Learning: Learned full-stack development, API integration, and mapping data to user-friendly interfaces.
View Code Demo