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

https://github.com/ref-bit/progress-act

A web app to upload multiple files asynchronously.
https://github.com/ref-bit/progress-act

Last synced: 2 months ago
JSON representation

A web app to upload multiple files asynchronously.

Awesome Lists containing this project

README

        

## Progress Act 💈

A web app to upload multiple files asynchronously.

***

![Showcase](./showcase.gif)

#### Built With

- [React.js](https://reactjs.org) - A JavaScript library for building user interfaces.
- [Express.js](http://expressjs.com) - Fast, unopinionated, minimalist web framework for Node.js.
- [Tailwind CSS](https://tailwindcss.com) - A utility-first CSS framework for rapidly building custom designs.

#### Getting Started

- Navigate to Server folder `cd server` and run `npm install && npm start`
- Navigate to Client folder `cd client` and run `npm install && npm start`