Skip to content

Instantly share code, notes, and snippets.

View yogeshmishra667's full-sized avatar
:octocat:
Love GitHub 🧡

yogesh mishra yogeshmishra667

:octocat:
Love GitHub 🧡
View GitHub Profile
{
// Remember: main editor settings
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.fontFamily": "dank mono",
"editor.fontWeight": "500",
"editor.lineHeight": 40,
"editor.tabSize": 2,
"editor.rulers": [120],
"editor.minimap.enabled": false,
@yogeshmishra667
yogeshmishra667 / 06.png
Created January 25, 2023 05:06 — forked from mfd/06.png
Gilroy font
06.png
@yogeshmishra667
yogeshmishra667 / index.html
Created October 27, 2021 12:04
Responsive Blog Card Slider
<div class="blog-slider">
<div class="blog-slider__wrp swiper-wrapper">
<div class="blog-slider__item swiper-slide">
<div class="blog-slider__img">
<img src="https://res.cloudinary.com/muhammederdem/image/upload/q_60/v1535759872/kuldar-kalvik-799168-unsplash.webp" alt="">
</div>
<div class="blog-slider__content">
<span class="blog-slider__code">26 December 2019</span>
<div class="blog-slider__title">Lorem Ipsum Dolor</div>
@yogeshmishra667
yogeshmishra667 / eslint-prettier-setup.md
Last active July 22, 2021 16:09
ESLint, Prettier & Airbnb Setup

VSCode - ESLint, Prettier & Airbnb Setup

1. Install ESLint & Prettier extensions for VSCode

2. Install Packages

npm i eslint prettier eslint-plugin-prettier eslint-config-prettier eslint-plugin-node eslint-config-airbnb eslint-plugin-jsx-a11y eslint-plugin-import eslint-plugin-react --save-dev

@yogeshmishra667
yogeshmishra667 / sampleREADME.md
Created July 21, 2020 12:28 — forked from FrancesCoronel/sampleREADME.md
A sample README for all your GitHub projects.

FVCproductions

INSERT GRAPHIC HERE (include hyperlink in image)

Repository Title Goes Here

Subtitle or Short Description Goes Here

@yogeshmishra667
yogeshmishra667 / README-Template.md
Created July 21, 2020 12:27 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites