Sophomore CS Student

Computer Science student exploring different areas of software development from building interactive simulations and games to experimenting with AI and data-driven tools. I also like exploring open-source projects. I enjoy seeing how other people build things and sometimes adding my own twist or improvements just for fun.

Jorge Flores Headshot

Skills

I’ve worked with Java, Python, and JavaScript, and used HTML and CSS to build small projects while learning design basics. I use Git and GitHub to manage my code and keep improving my understanding of data structures, algorithms, and problem-solving as I figure out which area of computer science fits me best.

html logo HTML
css logo CSS
javascript logo JavaScript
python logo Python
java logo Java
springboot logo Springboot
react logo React
html logo HTML
css logo CSS
javascript logo JavaScript
python logo Python
java logo Java
springboot logo Springboot
react logo React
html logo HTML
css logo CSS
javascript logo JavaScript
python logo Python
java logo Java
springboot logo Springboot
react logo React

Projects

Full Stack Weather App

FullStackWeatherApp

Full-stack weather app built with Spring Boot and React. Features real-time weather data, geolocation-based nearby cities filtered by state/region, city search, and saved cities with PostgreSQL persistence.

View on GitHub
Full Stack To Do App

FullStackToDoApp

A full-stack To Do application with a clipboard-style UI that lets you create, edit, and manage tasks. Built with React and Vite on the frontend and Spring Boot with PostgreSQL on the backend, it includes search, dark mode, and inline editing. The design mimics a clipboard with lined paper, providing a clean, organized way to track your tasks.

View on GitHub
3D-Garage

3D-Garage

Interactive web app featuring detailed 3D BMW models. Built with HTML5, CSS3, JavaScript, and the Model Viewer web component. Users can rotate, zoom, and switch between models with camera controls and auto-rotation. Demonstrates DOM manipulation, event-driven programming, and 3D rendering in the browser.

View on GitHub
Space Shooter Game

Space Shooter

SpaceShooter is a 2D arcade-style shooter built entirely with Java Swing. Control a rocket ship and defend yourself against waves of enemies. Featuring smooth controls, pixel art, and collision detection — this project highlights game loops, OOP design, and event-driven logic.

View on GitHub
TicTacToe Game

TicTacToe

An upgraded Java version of the classic game featuring a Minimax algorithm that powers an unbeatable AI. This project demonstrates recursion, decision trees, and intelligent move prediction for strategic gameplay.

View on GitHub
ParticleFlow Simulation

ParticleFlow

ParticleFlow is a Java-based particle simulation where hundreds of particles move according to a randomly generated vector flow field. Each frame, particles follow directional forces and wrap around screen edges creating smooth, flowing motion driven entirely by math.

View on GitHub