This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
A curated list of FREE design & UI resources for developers including stock photos, templates, frameworks, UI Kits, online tools and much much more.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Random User Images --> https://randomuser.me/documentation | |
Illustrator Images --> https://undraw.co/illustrations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/KavyaRajendran | |
https://github.com/monikamohan98gmailcom | |
https://github.com/karthikshanmugam77 | |
https://github.com/JanuLakshmanan | |
https://github.com/Dhanush1919 | |
https://github.com/PhoenixHarsha02 | |
https://github.com/muralin250499 | |
https://github.com/MohanapriyaLingusamy | |
https://github.com/vikyzz | |
https://github.com/sri-11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
String methods: | |
concat() | |
endsWith() | |
includes() | |
indexOf() | |
lastIndexOf() | |
repeat() | |
replace() | |
search() |
NewerOlder