Skip to content
View Luigi-cr7's full-sized avatar
  • 04:53 (UTC -05:00)

Block or report Luigi-cr7

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Luigi-cr7/README.md

Hi, I'm Luis πŸ‘‹

πŸŽ“ Computer Science & Finance student

πŸ”­ I’m currently working on:

Building tools that help people take control of their finances with clarity and confidence.

I believe AI can help bridge the gap between complex financial decisions and real understanding.


πŸš€ Projects

πŸ”Ή Midas Core Backend System

Spring Boot backend system built as part of the JPMorgan Chase Software Engineering Simulation.

  • Kafka-based transaction processing
  • REST API: GET /balance?userId={id}

πŸ‘‰ View Project


πŸ”Ή BMW M4 Fan Site

One of my first projects, where I learned the fundamentals of web development, layout, and design.

πŸ‘‰ Live Site
πŸ‘‰ Repository


πŸ› οΈ Tech Stack

My Skills

πŸ“² Connect

Pinned Loading

  1. bmw-m4-fan-site bmw-m4-fan-site Public

    A BMW M4 CS fan site built with HTML & CSS featuring animations and multi-page navigation

    HTML

  2. binary-search-guessing-game binary-search-guessing-game Public

    A number-guessing program that uses the binary search algorithm to efficiently find a user's chosen number.

    Python

  3. stock-fifo-lifo-calculator stock-fifo-lifo-calculator Public

    C++ program that calculates stock cost basis using FIFO and LIFO accounting methods

    C++

  4. car-dealership-calculator car-dealership-calculator Public

    A Python car dealership calculator that breaks down all fees and taxes for a vehicle purchase

    Python

  5. family-tree-cpp family-tree-cpp Public

    C++ family tree program using smart pointers and recursive algorithms

    C++

  6. circular-linked-list-c circular-linked-list-c Public

    Circular linked list of student records using manual memory management in C

    C