Skip to content
View araltos's full-sized avatar

Highlights

  • Pro

Block or report araltos

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.

Content in all repositories owned by your account will be closed.
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

Pinned Loading

  1. inventory inventory Public

    A simple C++ console application for managing an inventory of items. Users can add, view, update, and remove items, with data saved to a file for persistence. The project demonstrates object-orient…

    C++

  2. password_manager password_manager Public

    A simple Rust project created for learning and practicing the basics of the Rust programming language. This project demonstrates fundamental concepts such as variables, functions, type annotations,…

    Rust

  3. weather-forecast-app weather-forecast-app Public

    A modern weather forecast application built with JavaScript, HTML, and CSS. It uses the OpenWeatherMap API to display current weather conditions and a 5-day temperature forecast, with Chart.js for …

    JavaScript

  4. PersonalFinanceManager PersonalFinanceManager Public

    This is a Python app you run in the terminal to track your money. You can sign up, log in, add your spending and income, set budgets, and see summaries. All your data is saved safely online with Fi…

    Python