An open API service indexing awesome lists of open source software.

https://github.com/rofrol/react-dropzone-progress-bar

react-dropzone with progress bar
https://github.com/rofrol/react-dropzone-progress-bar

progress-bar react react-dropzone

Last synced: 11 months ago
JSON representation

react-dropzone with progress bar

Awesome Lists containing this project

README

          

## react-dropzone with progress bar

Based on https://stackoverflow.com/questions/40476405/material-ui-linearprogress-bar-not-working.

![](/output.gif)

## Install

Install node and yarn. Then:

`yarn`

## Server

`node server.js`

## Client

```bash
npx webpack --display-error-details
npx http-server
```

Open http://localhost:8080 in the browser.

To see progress locally, cap network speed to Fast3G in Chrome/Firefox DevTools.