Skip to content

Instantly share code, notes, and snippets.

View Lavkush-Singh34's full-sized avatar
🎯
Focusing

Lavkush_Singh Lavkush-Singh34

🎯
Focusing
View GitHub Profile
@Lavkush-Singh34
Lavkush-Singh34 / Trial_gist.md
Last active November 9, 2023 02:59
I'm just trying out it.

#Gist feature of GitHub ##Nit hid but only men can make a portions great and strong.

-Apple -banana

Here’s a step-by-step guide to using Swiper.js for creating interactive sliders on your website:

Step 1: Include Swiper.js in Your Project

Option 1: CDN

You can use the CDN to include Swiper.js without installing anything.

In your HTML file, add the following links inside the <head>:

welcome to my gist page

console.log("hello world")

mern-project-template Code-Along Guide

Today's plan to code a mern-project-template that includes JWT authentication and can be used to start any MERN-Stack project, including Project 3!

Initial Project Setup

  1. Create a folder named mern-project-template within the ~/code/ga folder.
  2. cd into the new mern-project-template folder and open it in VS Code.
  3. Open a Terminal in VS Code.
  4. Run npm init -y to create a package.json file.