GRAUF
I'm Web Developer, Study at Governor House AI Initiative Program, & Amazon Virtual Assistance from UK.
Karachi,Pakistan
Pinned Repositories
-Dynamic-Resume-Builder-with-Form
Objective: Convert the static resume into a Dynamic Resume Builder where users can fill out a form, and the resume is generated based on their input.
-Editable-Resume-Milestone-4
Make the generated resume editable after it’s created. Requirements: Implement the ability for users to click on sections of the resume (e.g., Education, Work Experience) and directly edit them. Ensure the changes are reflected immediately without reloading the page.
-Unique-Path-and-Shareable-Link-Milestone-5
Generate a unique URL for each resume based on the user’s username, and allow the resume to be shared and downloaded. Requirements: .When a user creates a resume, generate a unique URL, for example: username.vercel.app/resume. Provide options for users to share their resume via a link and download the resume as a PDF.
45-QUESSIONS-SUBMIT
HI, I'm Ghulam Rauf Khan, i'm part of Governor Sindh Karachi,Pakistan. Artificial Intslligence,Web 3.0 & Metaverse.i have been complete my 45 Quessions.
Age_Calculator_PK
In this code you can used easily,after youe details out will be show,Details: 1)# your Name.
Age_Calculator_UK
Colorful Output: The code uses chalk to display colorful text, making the output more engaging. Animation: An animation spinner is added while calculating the age using ora, enhancing the user experience. Table Format: User input and age details are displayed in a well-formatted table using cli-table3.
Air-Ticket-Service-707
Explanation: Packages: inquirer is used for interactive command-line prompts. chalk is used for coloring the terminal output. dayjs is used for handling date and time.
countdown-timer-10S
This script will prompt the user to enter a countdown time in seconds, then display a countdown timer in the console with a spinning animation, updating every second. If the user enters anything other than a valid number, it will show an error message and prompt again.
currency_converter
Install necessary packages. Set up the basic structure of the application. Implement the personal passcode (1234) verification. Fetch and display current exchange rates. Allow the user to add amounts in different currencies and calculate their total value.
Diseases-in-human
GRAUF's Repositories
GRAUF/-Dynamic-Resume-Builder-with-Form
Objective: Convert the static resume into a Dynamic Resume Builder where users can fill out a form, and the resume is generated based on their input.
GRAUF/-Editable-Resume-Milestone-4
Make the generated resume editable after it’s created. Requirements: Implement the ability for users to click on sections of the resume (e.g., Education, Work Experience) and directly edit them. Ensure the changes are reflected immediately without reloading the page.
GRAUF/-Unique-Path-and-Shareable-Link-Milestone-5
Generate a unique URL for each resume based on the user’s username, and allow the resume to be shared and downloaded. Requirements: .When a user creates a resume, generate a unique URL, for example: username.vercel.app/resume. Provide options for users to share their resume via a link and download the resume as a PDF.
GRAUF/45-QUESSIONS-SUBMIT
HI, I'm Ghulam Rauf Khan, i'm part of Governor Sindh Karachi,Pakistan. Artificial Intslligence,Web 3.0 & Metaverse.i have been complete my 45 Quessions.
GRAUF/Age_Calculator_PK
In this code you can used easily,after youe details out will be show,Details: 1)# your Name.
GRAUF/Age_Calculator_UK
Colorful Output: The code uses chalk to display colorful text, making the output more engaging. Animation: An animation spinner is added while calculating the age using ora, enhancing the user experience. Table Format: User input and age details are displayed in a well-formatted table using cli-table3.
GRAUF/Air-Ticket-Service-707
Explanation: Packages: inquirer is used for interactive command-line prompts. chalk is used for coloring the terminal output. dayjs is used for handling date and time.
GRAUF/countdown-timer-10S
This script will prompt the user to enter a countdown time in seconds, then display a countdown timer in the console with a spinning animation, updating every second. If the user enters anything other than a valid number, it will show an error message and prompt again.
GRAUF/currency_converter
Install necessary packages. Set up the basic structure of the application. Implement the personal passcode (1234) verification. Fetch and display current exchange rates. Allow the user to add amounts in different currencies and calculate their total value.
GRAUF/Diseases-in-human
GRAUF/G.Rauf-Khan-ATM-Machine-projecy
GRAUF/G.RAUFKHAN_CALCULATOR_PROJECT
SIR, I HAVE BEEN CREATE PROJECT OF SIMPLE CALCULATOR,ALL CODE CHECKED & ITS WORKING.
GRAUF/intro
Config files for my GitHub profile.
GRAUF/ke_bill-units-checker
(calculateSinglePhase and calculateThreePhase) calculate the charges for single phase and three phase respectively, based on the units billed and number of TVs. The displayTable function uses cli-table3 to format.
GRAUF/Milestone-1-Static-Resume-Builder-
Objective: Build a static resume using HTML, CSS, and TypeScript. Requirements: Create a static resume with sections like: o Personal Information (Name, Contact Details, Profile Picture) o Education o Skills o Work Experience.
GRAUF/My-Bank-Service_project
This Object-Oriented Programming (OOP) bank project, developed by Ghulam Rauf Khan, is designed to demonstrate the application of OOP principles in TypeScript. The project simulates a basic banking system, encompassing various functionalities typical of a real-world bank. These functionalities include account management.
GRAUF/OOP-PROJECT-2024-RAUF
1# Define a User class to manage user data. 2# Define a UserManager class to handle adding, 3# removing, and updating users. 4# Use inquirer for user input. 5# Use chalk for styling the console output. 6# Display data in table format.
GRAUF/portfoilio.github.io
GRAUF/quiz_typescript-30
A wide range of TypeScript concepts. Created by Ghulam Rauf Khan, an expert in TypeScript and software development, this quiz is designed to test and enhance your knowledge in the most effective way. Each question is crafted to challenge your understanding and push you towards deeper insights into TypeScript.
GRAUF/RAUF-GUSS_NIMBER--GAME
GRAUF/RAUF.KHAN-GUESS-GAME
ITS NUMBER GAME YOU WILL GUESS ANY NUMBER COMPUTER WILL CHECKOUT & GIVE YOU OUTPUT VALUE,FOR EXAMPLE: "YOU WINN"
GRAUF/student-management-data
A Student Management System (SMS) in TypeScript is a robust solution designed to efficiently manage and organize student data within an educational institution. TypeScript, being a statically typed superset of JavaScript, brings strong typing and enhanced code maintainability to the development process, making the SMS both scalable and reliable.
GRAUF/TO-DO_LIST
Create the ToDo List Application: Use inquirer to prompt the user for their name and interact with the ToDo list. Use chalk-animation to add some visual flair when displaying the welcome message. Here is a step-by-step guide and the complete TypeScript code:
GRAUF/user-data_info_system
Ghulam Rauf Khan, a skilled web developer, designed an innovative user data system to efficiently manage and retrieve user information. This system allows users to input their personal details, including name, age, occupation, and more. Each entry is secured with a unique 4-digit serial number, enabling quick and easy data retrieval.
GRAUF/word-count-project
The TypeScript project "Word Count" is a utility that calculates the number of words in a given text. It works by reading input text, splitting it based on whitespace and punctuation, and counting the resulting words. The project leverages TypeScript’s strong typing to ensure robust and error-free code.