Skip to content
View Deathwishcoffee32's full-sized avatar

Block or report Deathwishcoffee32

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
Deathwishcoffee32/README.md

Hi, I'm Lei-Lani ๐Ÿ‘‹

๐ŸŽ“ Software Engineering Student at Idaho State University
๐Ÿ’ป Passionate about building efficient systems and solving real-world problems
๐Ÿ“ Based in Idaho


๐Ÿ› ๏ธ Technical Skills

Languages:

  • C++
  • JavaScript
  • HTML / CSS

Concepts:

  • Data Structures & Algorithms
  • Object-Oriented Programming (OOP)
  • Memory Management (Pointers, Dynamic Allocation)
  • File I/O
  • Debugging & Problem Solving

Tools & Technologies:

  • Git & GitHub
  • VS Code
  • LocalStorage (Web Apps)

๐Ÿ“Œ Featured Projects

๐Ÿ”น Custom Data Structures (C++)

  • Implemented stack and queue using singly linked lists (no STL)
  • Focused on pointer manipulation and memory management
  • Practiced efficient operations (O(1) complexity)

๐Ÿ”น Task Management Web App

  • Built with vanilla JavaScript, HTML, and CSS
  • Features:
    • Priority-based task system
    • Pomodoro timer with session tracking
    • Persistent storage using localStorage

๐Ÿ”น Console-Based Application (C++)

  • Applied OOP principles (classes, encapsulation)
  • Integrated file handling for persistent data
  • Focused on clean structure and scalability

๐ŸŒฑ Currently Working On

  • Improving data structures and algorithm skills
  • Building more full-stack and interactive web projects
  • Preparing for software engineering internships

๐Ÿ“ซ Connect With Me


โญ Always learning, always building.

Popular repositories Loading

  1. DeskFan DeskFan Public

    Define a new class for representing a desk fan

    C++

  2. Pointer-Basic Pointer-Basic Public

    This project focuses on strengthening core C++ skills involving pointers, references, memory allocation, and basic data structures. This repository requires implementing several utility functions tโ€ฆ

    C++

  3. Linked-Lists- Linked-Lists- Public

    This project implements Stack and Queue data structures using a singly linked list in C++, without relying on the C++ Standard Library (except for new and delete). The goal is to demonstrate a low-โ€ฆ

    C++

  4. Task-Management Task-Management Public

    A single-file, zero-dependency productivity app built with vanilla HTML, CSS, and JavaScript. Features an intuitive task manager with priority queuing, a configurable Pomodoro focus timer with sessโ€ฆ

    HTML

  5. Recursion Recursion Public

    Using recursive functions to illustrate base case and recursive case that generate all combinations of a set binary string, and interleaving's while also implementing linear recursion using both veโ€ฆ

    C++

  6. searchTiming- searchTiming- Public

    Implement linear search and binary search correctly in C++. Explain why binary search requires a sorted collection. Collect empirical timing data and produce a graph from it. Connect measured perfoโ€ฆ

    C++