Skip to content

Instantly share code, notes, and snippets.

View avinashadluri's full-sized avatar
🎯
Focusing

Avinash Adluri avinashadluri

🎯
Focusing
View GitHub Profile
import React, {
cloneElement,
useState,
useEffect,
useRef,
HTMLAttributes,
ReactElement
} from "react";
////////////////////////////////////////////////////////////////////////////////

Keybase proof

I hereby claim:

  • I am avinashadluri on github.
  • I am adluriavinash (https://keybase.io/adluriavinash) on keybase.
  • I have a public key ASAD5MKCwtrN-bCQktoLBN0t62bUyDeCJCsGqh9Zvg1dtgo

To claim this, I am signing this object:

@avinashadluri
avinashadluri / README-Template.md
Created February 23, 2020 13:32 — 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

@avinashadluri
avinashadluri / 4.Shopping Cart Example
Created November 2, 2016 07:21
4.Angular - Shopping Cart Example
<!DOCTYPE html>
<html ng-app="cartApp">
<head>
<meta charset="utf-8" />
<title>AngularJS Cart</title>
<script src="angular.js"></script>
<link rel="stylesheet" type="text/css" href="bootstrap.min.css">
<!-- @author avinash -->
<!-- @task Cart -->
</head>
@avinashadluri
avinashadluri / 3.Table sort
Created October 31, 2016 11:16
3.Angular - Table sort
<!DOCTYPE html>
<html ng-app="tableSortApp">
<head>
<meta charset="utf-8" />
<title>AngularJS Swap</title>
<script src="angular.js"></script>
<!-- @author avinash -->
<!-- @task table sorting -->
</head>
<body style="margin:2% auto;width:80%;">
@avinashadluri
avinashadluri / 2.Image Swap
Created October 28, 2016 09:16
2.Angular - Image swap with nr-src
<!DOCTYPE html>
<html ng-app="swapApp">
<head>
<meta charset="utf-8" />
<title>AngularJS Swap</title>
<script src="angular.js"></script>
<!-- @author avinash -->
<!-- @task Image Swapping -->
</head>
<body>
@avinashadluri
avinashadluri / 1.Table with CRUD operations with localstorage
Created October 27, 2016 10:59
1.Angularjs - Table with CRUD operations with localstorage
<!DOCTYPE html>
<html ng-app="tableApp">
<head>
<meta charset="utf-8" />
<title>AngularJS Tables</title>
<script src="angular.js"></script>
<!-- @author avinash -->
<!-- @task create table for CRUD operations -->
</head>
<body>