Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 894 Bytes

README.md

File metadata and controls

54 lines (34 loc) · 894 Bytes

dailydrinks-assignment

A simple react based table. Tested on Chrome and Firefox. (Sorry I don't have Safari at home)

Features

  • general table component (basic CRUD)
  • ability to add customize field type
  • sortable
  • Simple RWD (only collapse when viewport width under 768px)

Building and running on localhost

First install dependencies:

npm install

To run in hot module reloading mode:

npm start

To create a production build:

npm run build-prod

Running

Open the file dist/index.html in your browser

TODOs

  • generic table
  • text fields
  • number fields
  • textarea fields
  • inline editable fields
  • sorable fields
  • styles

Author

Leonard Lin

Template Credits

Created with createapp.dev - an online tool for creating webpack and parcel projects