Skip to content

Instantly share code, notes, and snippets.

@akfuh
akfuh / react-phone-book.js
Created September 21, 2021 14:04 — forked from roshanlabh/react-phone-book.js
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,