Skip to content
View Amr4924's full-sized avatar
:octocat:
Coding
:octocat:
Coding

Highlights

  • Pro

Block or report Amr4924

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

Typing SVG

πŸ§‘β€πŸ’» About Me

#include <iostream>
using namespace std;

class Developer {
public:
    string name     = "Amr Sa3dwy";
    string university = "South Valley National University";
    string degree   = "Computer Science";

    vector<string> currentFocus = {
        "C++ Development πŸš€",
        "Python & Dart exploration",
        "Product Management πŸ“Š"
    };

    string goal = "Connect technical skills with real-world solutions";
};
  • πŸŽ“ CS Student at South Valley National University
  • πŸ’» Main Focus: C++ Development β€” building real projects, not just tutorials
  • 🐍 Also Learning: Python & Dart to broaden my skillset
  • πŸ“Š Side Quest: Product Management β€” bridging tech with business
  • πŸ… Certified: Python Basics β€” ITI via Mahara-Tech β†’ πŸ“„ View Certificate
  • 🀝 Open to: Open-source collaborations & innovative ideas

πŸ› οΈ Languages & Tools

Core Languages

C++ Python Dart

Web Fundamentals

HTML5 CSS3 JavaScript

Tools & Platforms

Git GitHub VS Code Linux


πŸš€ Featured Projects

Project Description Tech
πŸŽ“ TermTracker GPA System Full GPA calculator & academic tracker C++
🏧 SmartATM Simulated ATM with full banking operations C++
πŸ“ WordWizard Word manipulation & text processing tool C++
πŸ” GenFinder Generator/finder utility C++
πŸŽ‚ Age Calculator Precise age computation tool C++
βš™οΈ Simple C++ Operations Core C++ logic & operations C++

πŸ“Š GitHub Statistics


πŸ† GitHub Trophies

trophy


🧩 Problem Solving


🌐 Let's Connect

Β  Β 

snake animation

Pinned Loading

  1. WordWizard WordWizard Public

    WardWizard is a simple C++ program for word processing and word games. It helps users interact with words in fun and educational ways.

    C++ 4

  2. NumHunter NumHunter Public

    An interactive C++ console game where players guess numbers across 5 difficulty levels. Features random number generation, limited attempts, and replay functionality with a clean text-based interface.

    C++ 2

  3. SmartDataConverter SmartDataConverter Public

    πŸ”„ Smart Data Converter - C++ utility for data unit conversion (Byte to Yottabyte) and binary/decimal conversion. Interactive console interface

    C++ 2

  4. GPA-Ranker GPA-Ranker Public

    Simple C++ console tool that ranks students by GPA and assigns letter grades (A–F).

    C++ 2

  5. TermTracker TermTracker Public

    πŸŽ“ TermTracker - A comprehensive C++ GPA calculator that helps students calculate their Grade Point Average based on course grades and credit hours with an intuitive command-line interface.

    C++ 2

  6. Smart-Calculator Smart-Calculator Public

    A simple C++ program that demonstrates basic operations (power, even/odd, average).

    C++ 2