https://github.com/githug/picasso
A demo app for uploading csvs and playing around with the data
https://github.com/githug/picasso
demo hosted
Last synced: 8 months ago
JSON representation
A demo app for uploading csvs and playing around with the data
- Host: GitHub
- URL: https://github.com/githug/picasso
- Owner: GitHug
- License: mit
- Created: 2020-02-23T15:46:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T02:30:11.000Z (over 3 years ago)
- Last Synced: 2023-04-05T11:52:39.291Z (about 3 years ago)
- Topics: demo, hosted
- Language: JavaScript
- Homepage:
- Size: 4.52 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Picasso
> 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](https://picasso.takanoha.io).
## Build Setup
``` bash
# 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
```