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.
- Host: GitHub
- URL: https://github.com/ref-bit/progress-act
- Owner: Ref-Bit
- Created: 2020-12-20T15:35:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-20T15:36:15.000Z (over 4 years ago)
- Last Synced: 2025-01-18T04:29:07.456Z (4 months ago)
- Language: JavaScript
- Size: 3.45 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Progress Act 💈
A web app to upload multiple files asynchronously.
***

#### 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`