Skip to content

gwokae/dailydrinks-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published