techjs-chief / react-hooks-multiple-file-upload

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Hooks Multiple File Upload example with Progress Bar & Axios

We’re gonna create a React Multiple Files upload application using Hooks, in that user can:

  • see the upload process (percentage) of each file with progress bars
  • view all uploaded files
  • download link to file when clicking on the file name

Set port

.env

PORT=8081

Project setup

In the project directory, you can run:

npm install
# or
yarn install

or

Compiles and hot-reloads for development

npm start
# or
yarn start

Open http://localhost:8081 to view it in the browser.

The page will reload if you make edits.

About


Languages

Language:JavaScript 68.6%Language:HTML 20.3%Language:CSS 11.0%Language:Shell 0.1%