sim-ware / orchard-table

A table for comparing apple trees to apple trees

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

orchard-table

A table for comparing apple trees to apple trees:

This app was created using npx create-react-app to get a simple React app off the ground. I then installed react-table - an npm package widely supported and recommended, to simplify the handling of table structure. react-table also comes with support for sort and filtering, so it was a case of following their documentation to implement sort. For filtering, their use case was slightly more complex, so I resorted to a simpler search bar filter for the field of name.

To Run

$ cd orchard-table
$ npm start

Then navigate to 'http://localhost:3000/' in your browser of choice.

About

A table for comparing apple trees to apple trees


Languages

Language:JavaScript 60.0%Language:HTML 26.0%Language:CSS 14.0%