Iqrar Ijaz (@Iqrarijaz)

Top repositories

1

Reminder-App-Flutter

Reminders makes it easier than ever to remember the things you need to do. You can use it for all of life's to-dos, including grocery lists, projects at work, or anything else you want to track. And with iCloud, it's easy to keep all your devices in sync, so you'll always have your reminders with you.
Dart
4
star
2

Flutter-Custom-Error-Message---Flash-Message

An error message is a message displayed to the user by an operating system or application when an unexpected condition happens. In most cases, error messages are displayed with the help of dialog boxes by the operating system or application.
Dart
3
star
3

Sign-up-and-Sign-in-using-Firebase-Flutter

This is basic flutter Sign-in and Sign-up project in which user register himself and Login by providing valid credentials. In this project Firebase storage is used.
Dart
2
star
4

Stripe-Integration-With-Node-Js

The Stripe Node library provides convenient access to the Stripe API from applications written in server-side JavaScript.
JavaScript
2
star
5

WeChat-Messaging-App-GUI-Flutter

WeChat is a mobile-phone-based app that allows users to send and receive information using their phone's internet connection. Messaging apps can transmit or receive a much wider range of data types than Short Message Service (SMS) or Multimedia Messaging Service (MMS).
Dart
2
star
6

Quotes-App-Using-Flutter

Dart
1
star
7

IqrarIjaz

CSS
1
star
8

Counter-App-React-JS

JavaScript
1
star
9

World-Time-App-Using-Flutter

Dart
1
star
10

TextUtils-Website-Using-React-JS

JavaScript
1
star
11

Extract-audio-from-pcap-file-using-scapy-python

Python
1
star
12

C-PlusPlus-Projects

All CPlusPlus programs I have done during my university tenure It almost includes all basic concepts of CPlusPlus
1
star
13

Java-Projects

1
star
14

Counter-App-using-React-JS

JavaScript
1
star
15

E-commerce-App-Flutter

Dart
1
star
16

Fetching-Data-From-API-Flutter

Dart
1
star
17

Artficial-Intelligence-Labs

1
star
18

Sidebar-Menu-Navigation-Drawer-Flutter

Build amazing flutter UI using very simple techniques and Drawer widgets that can incredibly improve the UI of any mobile application
Dart
1
star
19

Login-SignUp-Page-Using-React

React is a free and open-source front-end JavaScript library for building user interfaces based on UI components. It is maintained by Meta and a community of individual developers and companies.
JavaScript
1
star
20

What-Todo-Flutter

ToDo List App is a kind of app that generally used to maintain our day-to-day tasks or list everything that we have to do, with the most important tasks at the top of the list, and the least important tasks at the bottom. It is helpful in planning our daily schedules. We can add more tasks at any time and delete a task that is completed.
Dart
1
star
21

TextUtils

JavaScript
1
star
22

Laravel-Routing-Basic-Project

PHP
1
star
23

eWallet-GUI-Flutter

Dart
1
star
24

Getting-Started-With-JS

HTML
1
star
25

Blade-Template-In-Laravel

PHP
1
star
26

MongoDb-Commands-Cheatsheet

In this GitHub repository , I will post comprehensive list of all the MongoDB commands you will ever need as a MongoDB beginner. This list covers almost all the most used commands in MongoDB.
JavaScript
1
star
27

Flappy-Bird-Game-Using-AI

Python
1
star
28

University-Card-App-Flutter

Dart
1
star
29

Socket-in-Node-Js

Socket.IO is a library that enables real-time, bidirectional and event-based communication between the browser and the server. It consists of: a Node. js server: Source | API. a Javascript client library for the browser (which can be also run from Node.
HTML
1
star
30

Auth0-In-Node-Js

Auth0 is basically an authentication and authorization platform for your application. It provides all the tools necessary to build and run a secure identity ...
JavaScript
1
star
31

iqrarijaz

Your profile page tells people the story of your work through the repositories you're interested in, the contributions you've made, and the conversations you've had.
1
star
32

Python-Basic-Programs

All basic concepts of Python are covered including loops Conditional statements String formatting and other concepts which I have learned though my coding practices
Python
1
star
33

Ectract-Dns-Details-from-pcap-file-Scapy

Python
1
star
34

Hello-World-App-React-JS

HTML
1
star
35

Extract-Image-from-Pcap-File-Python

1
star
36

Room-Reservation-System-Using-Java

Room Reservation System Java Language is used to build this project Tool Used to develop this project is Eclipse Database Used for this project is Mysql
Java
1
star
37

Sending-Message-With-Twilio-Node-Js

Twilio is an American company based in San Francisco, California, which provides programmable communication tools for making and receiving phone calls, sending and receiving text messages, and performing other communication functions using its web service APIs.
JavaScript
1
star
38

Java-Script-Course-Content

JavaScript is a cross-platform, object-oriented scripting language used to make webpages interactive (e.g., having complex animations, clickable buttons, popup menus, etc.). There are also more advanced server side versions of JavaScript such as Node
1
star
39

Flappy-Bird-Game-Using-Flutter

Flappy Bird is a mobile game developed by Vietnamese video game artist and programmer Dong Nguyen (Vietnamese: Nguyễn Hà Đông), under his game development company . Gears. The game is a side-scroller where the player controls a bird, attempting to fly between columns of green pipes without hitting them.
Dart
1
star
40

tindogByIqrar

HTML
1
star
41

GitHub-Basic-Commands

Git is an important part of daily programming (especially if you're working with a team) and is widely used in the software industry. Since there are many various commands you can use, mastering Git takes time. But some commands are used more frequently (some daily). So in this post, I will share most used Git commands that every developer should know.
1
star
42

Simon-Game-Challenge-Website-

Simon Game is a simple game whose goal is for the user to repeat the pattern showed by the program. With each round a new step is added to the pattern, making the game much more difficult with every round. Additionally, the program should play a different sound for each field that is activated
JavaScript
1
star
43

Intro-to-Node-JS

Node.js is an open-source and cross-platform JavaScript runtime environment. It is a popular tool for almost any kind of project! Node.js runs the V8 JavaScript engine, the core of Google Chrome, outside of the browser. This allows Node.js to be very performant.
JavaScript
1
star
44

Chatting-App-Using-Socket-Io-React-And-Node-Js

This is a realtime chatting application bulid using react and node js. It using socket io for realtime chatting both on server and client side
JavaScript
1
star
45

Integrating-SendGrid-With-Node-JS

We can send emails in a variety of ways from any programming language, Node.js included.To send emails using SendGrid from Node.js, we will first need to register for a free SendGrid account. Then we can follow their step-by-step email API integration guide as follows.
JavaScript
1
star
46

ES6-Course

ES6 or the ECMAScript 2015 is the 6th and major edition of the ECMAScript language specification standard. It defines the standard for the implementation of JavaScript and it has become much more popular than the previous edition ES5. ES6 comes with significant changes to the JavaScript language. It brought several new features like, let and const keyword, rest and spread operators, template literals, classes, modules and many other enhancements to make JavaScript programming easier and more fun. In this article, we will discuss some of the best and most popular ES6 features that we can use in your everyday JavaScript coding.
1
star
47

Increment-Decrement-Counter-Using-Redux-In-React

Redux is an open-source JavaScript library for managing and centralizing application state. It is most commonly used with libraries such as React or Angular for building user interfaces. Similar to Facebook's Flux architecture, it was created by Dan Abramov and Andrew Clark
JavaScript
1
star
48

Todo-App-Flutter

ToDo List App is a kind of app that generally used to maintain our day-to-day tasks or list everything that we have to do, with the most important tasks at the top of the list, and the least important tasks at the bottom. It is helpful in planning our daily schedules. We can add more tasks at any time and delete a task that is completed.
Dart
1
star
49

Material-Search-App-Flutter

Search allows users to quickly locate content across an app. Basic search enables users to input a query into a search text field to view related results. Search query input methods can be extended to include historical suggestions, auto-completion of queries, and voice input.
Dart
1
star
50

7th-Semester-Lectures

1
star