create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
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.
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.
Random User Images --> https://randomuser.me/documentation | |
Illustrator Images --> https://undraw.co/illustrations |
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 |
<!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> |