create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
| 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-libraryYou'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> |