NateDawg90 / React-WebTools

A demo of some cool tools built with React.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions to run

In the project directory, you can run:

npm install

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Navigation

This app is divided into three parts. On the first tab you will find a demo of a Google search result React component, displaying title, rul, and description props. On the second tab, you'll find a web sraper that takes a URL and returns the title of the website. Enable CORS to use this feature. On the third tab, you'll find a React configurable table component. The table is configurable from withing the component itself, and accepts rows, columns, and filters. You can also delete columns.

About

A demo of some cool tools built with React.js


Languages

Language:JavaScript 90.3%Language:HTML 8.0%Language:CSS 1.7%