File Uploader

Functionalities

+ Multiple Uploads
+ Retry uploading if the request was failed
+ Reset and upload again if the request was succeed
+ Subscrible the uploading progress

Tech

  • Frontend

    • React
    • XState
    • Bootstrap
    • Axios
  • Mock

    • Axios mock adapter
    • UUID
    • Random string

Installation

$ npm install
$ cp .env.example .env

Running the app

# run the app
$ npm run start

# build the app
$ npm run build

Stay in touch

Changelog

  • v 1.0
    • The first version of the program