Pinned Repositories
100daysofcode
adamalston
Thank you for all of the stars! :)
ari-hacks
👋🏾
Ayesha
Express
Express is a popular web application framework for Node.js. It provides a set of features and tools for building web applications and APIs quickly and easily.
font-converter
A font converter is a tool that allows you to convert fonts from one format to another.
Front-End
HTML, CSS, and the DOM form the foundation of modern web development. They provide a powerful and flexible platform for creating dynamic, interactive, and engaging web applications and sites.
GitHubAPI
The GitHub API is a RESTful API that allows developers to interact and access a wide range of information, including repositories, users, organizations, issues, pull requests, and more
IPv4Validator
An IPv4 validator is a tool that checks whether a given string represents a valid IPv4 address or not.
ayeshakhatoon17's Repositories
ayeshakhatoon17/font-converter
A font converter is a tool that allows you to convert fonts from one format to another.
ayeshakhatoon17/100daysofcode
ayeshakhatoon17/adamalston
Thank you for all of the stars! :)
ayeshakhatoon17/ari-hacks
👋🏾
ayeshakhatoon17/Ayesha
ayeshakhatoon17/ayeshakhatoon17
ayeshakhatoon17/Express
Express is a popular web application framework for Node.js. It provides a set of features and tools for building web applications and APIs quickly and easily.
ayeshakhatoon17/Front-End
HTML, CSS, and the DOM form the foundation of modern web development. They provide a powerful and flexible platform for creating dynamic, interactive, and engaging web applications and sites.
ayeshakhatoon17/GitHubAPI
The GitHub API is a RESTful API that allows developers to interact and access a wide range of information, including repositories, users, organizations, issues, pull requests, and more
ayeshakhatoon17/IPv4Validator
An IPv4 validator is a tool that checks whether a given string represents a valid IPv4 address or not.
ayeshakhatoon17/Base64
Base64 is a binary-to-text encoding scheme that is commonly used to represent binary data as ASCII text. It operates by dividing binary data into groups of 6 bits and then encoding those 6-bit groups into printable characters from a predefined set of 64 characters.
ayeshakhatoon17/Calculator
A calculator program provides the functionality of a calculator on a computer. It allows users to perform arithmetic operations through a CLI similar to a physical calculator.
ayeshakhatoon17/Flight-Booking-System-JavaServlets_App
✈️ An enterprise level Flight Booking System for Turkish Airlines (web-application) based on the Model View Controller (MVC) Architecture made using Java Servlets, Java Server Pages (JSPs). Moreover authentication and authorization for users is implemented. The web-application is also secured against SQL Injection and Cross-Site Scripting attac
ayeshakhatoon17/FS
ayeshakhatoon17/js
ayeshakhatoon17/JS-Crash-Course
ayeshakhatoon17/JS-revision
JavaScript (JS) is a high-level programming language commonly used for creating interactive web applications and dynamic user interfaces. It is a scripting language that can be executed in web browsers, servers, and other environments. JavaScript is known for its versatility and ease of use
ayeshakhatoon17/Mongo-DB
MongoDB is a popular NoSQL document-oriented database that uses JSON-like documents with optional schemas. It was developed by MongoDB Inc. and is designed to provide high scalability, availability, and performance.
ayeshakhatoon17/MongoDB-Methods
ayeshakhatoon17/node
ayeshakhatoon17/OrderingSystem
ayeshakhatoon17/QuoteGenerator
A quote generator is a program that creates random or custom quotes or sayings for various purposes, such as inspiration, motivation, or entertainment.
ayeshakhatoon17/React-Weather-App
The Weather App is a practical and engaging application that allows users to access real-time weather information for any location across the globe.
ayeshakhatoon17/React18
React is a JavaScript library is used for building User Interfaces, developed by Facebook, designed by Jorden Walke
ayeshakhatoon17/reactMiniProjects
React Mini Projects Series
ayeshakhatoon17/snake-game
ayeshakhatoon17/You-Should-Know-JavaScript
Basics of JavaScript 1. History of JavaScript 2. Getting Started with JavaScript 3. Data Types 4. Different Types of console.log() 5. Variables (var, let, const) and Its Scope 6. Operators 7. Type Conversions 8. Control Flow (If else ,loops, break, switch) 9. Functions In JavaScript 10. Objects In JavaScript 11. Arrays In JavaScript