Hello! 👋 I'm a software engineer and Computer Science graduate from
San Diego State University, actively developing my programming
skills and eager to apply them to new challenges.
education
2020-2022
San Diego State University
Bachelor of Science
Major in Computer Science
2018-2020
Southwestern College
Associate of Science
Major in Computer Science
projects
weather-app
is a dynamic weather forecast site created using JavaScript and the
WeatherAPI. Users can search for specific locations and toggle
between Fahrenheit and Celsius to view detailed weather data. The
site changes its appearance based on weather conditions, enhancing
the user experience with background color changes and
weather-related images. By utilizing promises and async/await, the
app delivers accurate and real-time weather information.
todo-list
is a dynamic task organizer with projects and todos. This project,
developed with HTML, CSS, and JavaScript, allows users to create,
organize, and customize tasks. The Web Storage API ensures
persistence, and the intuitive UI enhances efficient task
management.
tic-tac-toe
is a classic game implemented using HTML, CSS, and JavaScript. The
project focuses on encapsulating game logic within modular objects,
minimizing global code. Players can engage in console-based
gameplay, and the display/DOM logic is handled separately for a
clean and organized structure.
calculator
is an on-screen calculator that integrates HTML, CSS, and
JavaScript. It handles basic math operations, allowing users to
perform calculations with ease. The intuitive UI includes features
like a clear button, support for floating-point numbers, and
additional UI improvements for a seamless user experience.