Skip to content

Instantly share code, notes, and snippets.

View vijaydeepak-tt's full-sized avatar
💭
I may be slow to respond.

Vijay Deepak vijaydeepak-tt

💭
I may be slow to respond.
View GitHub Profile

👋 Hi, my name is Vijayasekhar deepak

Profile views

    👋 Hi, my name is Vijayasekhar deepak

export const RECOIL_DATA = [
{
_id: '68dea6e4-2a95-4fd2-9da2-fa512db840ca',
ratePlan: 'coMe',
rateCodeDesc: 'COMMERCIAL BUSINESS MM SAVINGS',
product: 'product test',
exceptionOccurredDate: '2024-05-10T04:00:02.995+0000',
effectiveDate: ' 2024-05-01',
lqed: {
tierDetails: [
/* eslint-disable react/prop-types */
import { buildTableRow, RECOIL_COLUMNS, RECOIL_DATA } from './data';
function Table() {
return (
<>
<table border='1' style={{ width: '100%', borderCollapse: 'collapse' }}>
<thead>
<tr>
<th />

Use CRA to get you going.

$ npx create-react-app component-library

You're going to want styleguidist. Follow the instructions here.

Add .babelrc file to the root of your library.

@vijaydeepak-tt
vijaydeepak-tt / Projects to try
Created August 10, 2020 16:07
A list of projects to try by a developer.
1. Web scraper
2. Built an API
3. Snake game
4. Create a basic web server
5. Chip-8 Emulator
------------------------------
1. Simple clone of app in web application
2. Popular Algorithms
@vijaydeepak-tt
vijaydeepak-tt / Open Source websites link's
Created May 3, 2020 04:57
Websites to get open source data, images, API etc.,
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<script src="https://unpkg.com/jspdf@latest/dist/jspdf.min.js"></script>
</head>
<body>
<form>
String methods:
concat()
endsWith()
includes()
indexOf()
lastIndexOf()
repeat()
replace()
search()