Skip to content
View heyaryx's full-sized avatar
💀
got no life
💀
got no life

Highlights

  • Pro

Block or report heyaryx

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
heyaryx/README.md

Hey, I'm Aryx

Over 5 years of self-taught coding and hands-on project development


Intro:

// main.rs
struct SoftwareEngineer {
    name: &'static str,
    role: &'static str,
}

impl SoftwareEngineer { fn say_hi(&self) { println!("Thanks for checking out my projects."); } }

fn main() { let me = SoftwareEngineer { name: "Aryx", role: "Programmer" }; me.say_hi(); }


Tools & Tech

Languages

HTML CSS JavaScript Python Lua PHP MongoDB

Libraries

React Node.js Next.js

Tools

Firebase


Projects

  • LyText Editor: A modern, browser-based text editor built with vanilla JavaScript, featuring real-time syntax highlighting, multi-tab editing, and live HTML preview capabilities.
  • Roman calculator: A futuristic Roman numeral calculator that performs arithmetic operations directly using Roman numerals! Inspired by space aesthetics, this tool lets you add, subtract, multiply, and divide like an ancient astronaut.
  • ASCII Video Studio: ASCII Video Converter is a simple web-based tool that converts videos into ASCII art. It runs entirely in the browser without needing any external dependencies.
  • PomPod Music Player: Apple ipod inspired pomegranate pod where you can import your songs and play it in retro UI.

Popular repositories Loading

  1. lytext lytext Public

    A notes app with advance features.

    JavaScript

  2. heyaryx heyaryx Public

    HTML

  3. ascii ascii Public

    An ASCII art generator

    HTML

  4. texvid texvid Public

    ASCII Video Converter:A minimal and sleek tool for converting videos into ASCII art.

    HTML

  5. calc calc Public

    Roman Calculator

    JavaScript

  6. gameconsole gameconsole Public

    A retro themed game console with custom game support

    JavaScript