1. Title Tags <title> Your title foes here</title> 2. Meta description tag <meta name=’description’ content=’your description goes here’> 3. Heading <h1>…
Category: full stack development
First thing first, Add this code in your “html” <head lang = “en”, data-theme = “light”> ——————– </head> <body> ————————– <div class=”theme-switch-wrapper”>…
1. CSS Grid Generator: https://grid.layoutit.com/ 2. Cubic-bezier Generator: https://cubic-bezier.com/ 3. Keyframe animations https://keyframes.app/animate/ 4. CSS Complex Shapes: https://bennettfeely.com/clippy/ …
What is an API? API is the acronym for Application Programming Interface, which is a software intermediary that allows two applications to talk to each other. Each time you use an app like…
DEMO HTML <div class=”contianer”> <div class=”sun sun-logo”> <i class=”fas fa-sun”></i> </div> <div class=”moon moon-logo”> <i class=”fas fa-moon”></i> </div> </div> CSS .container{ position: relative; } .sun, .moon{ font-size: 10rem; width: fit-content; height: fit-content; }…
Step 1: Go to google and search for formsubmit.co Step 2: Create a simple form using HTML. Step 3: Add your email id where you want form data & add this link in…
GETTING STARTED WITH NODE JS Node.js is an open-source, cross-platform runtime environment for developing server-side and networking applications. Node.js applications are written in JavaScript and can be run within the Node.js runtime…
BASICS: Including JavaScript in an HTML page <script type = “text/javascript>js code here </script> Call an External JavaScript File <script src=”myscript.js”></script> Including comments //simngle line comoments /*multi line comments*/ VARIABLES: (var,const,let) var…
GETTING STARTED WITH EXPRESS.JS What is Express.js? Express.js is a backend framework designed to develop complete web applications and api’s. Installing Express.js Express.js gets installed via…
1. NETLIFY: The easiest way to upload your website for free in Netlify 10M+ active users use Netlify 2. HEROKU: It provides a cloud platform and its elegant, flexible, and easy to use 20M+…