Picasso Dashboard
This is a demo app uploading .csv files and dynamically editing data. It also has capability to search for users and display their details.
To get started, drag or select a (valid) .csv file from the file dropzone when you are on the Dashboard page.
A demo can be found here.
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate