Skip to content

Instantly share code, notes, and snippets.

View ViLinh27's full-sized avatar

Vi-Linh Nguyen ViLinh27

View GitHub Profile
@roshanlabh
roshanlabh / react-phone-book.js
Created January 24, 2021 13:10
Coderbyte - React Phone Book [solution]
import React, { useState } from "react";
import ReactDOM from "react-dom";
const style = {
table: {
borderCollapse: "collapse",
},
tableCell: {
border: "1px solid gray",
margin: 0,