Skip to content
View Jawadyyy's full-sized avatar

Block or report Jawadyyy

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

Profile GIF


πŸ“« Let's Connect


πŸ› οΈ Tech Stack


πŸš€ Featured Projects

πŸ†˜ LifeLine

Emergency Response Platform

πŸ“ Real-time emergency assistance network connecting users with nearby responders and medical services.

Status: πŸ”§ In Development
🚨 Emergency πŸ“ GPS πŸ₯ Donation

πŸ“‘ Live

Immersive Streaming Platform

πŸŽ₯ High-performance live streaming with real-time interaction and multi-guest support.

Status: πŸ”§ In Development
🎬 Streaming πŸ’¬ Live Chat ⚑ Real-time

πŸ“Š GitHub Activity

GitHub Activity Graph


Footer Wave

Popular repositories Loading

  1. Paddle-Bounce Paddle-Bounce Public

    A classic arcade-style game developed in C++ using SFML. The objective of the game is to keep a ball in play by bouncing it off a paddle. The player controls the paddle, moving it left and right to…

    C++ 1

  2. Flutter-Notes-Tasks-App Flutter-Notes-Tasks-App Public

    This is a simple Flutter app that lets you manage notes and tasks. You can easily create, edit, and organize your notes and to-do lists. The app uses Firebase to store and sync your data.

    Dart 1

  3. Grade-Calculator-CPP Grade-Calculator-CPP Public

    This is a simple C++ program which helps calculate the Semester Grade Point Average (SGPA) and Cumulative Grade Point Average (CGPA) for a student based on their grades and credit hours. Users can …

    C++

  4. Hangman-CPP Hangman-CPP Public

    A simple Hangman game in C++ that allows players to guess a hidden word by inputting letters one at a time. The game provides feedback on correct and incorrect guesses, tracks the number of wrong a…

    C++

  5. Patterns-Using-Loops-CPP Patterns-Using-Loops-CPP Public

    This C++ program features a collection of famous patterns, each implemented using for loops. It includes a user-friendly menu that allows you to select and display each pattern individually. The pr…

    C++

  6. Operator-Overloading-CPP Operator-Overloading-CPP Public

    This C++ program demonstrates operator overloading through a Binary class. The class includes overloaded operators for arithmetic (+, -, *, /), comparison (=,==, >, <), increment (++), decrement (…

    C++