https://github.com/angusgmorrison/hyperdrive-frontend
The React frontend for a cloud storage drive, built using custom hooks and featuring full file CRUD and streaming downloads.
https://github.com/angusgmorrison/hyperdrive-frontend
Last synced: over 1 year ago
JSON representation
The React frontend for a cloud storage drive, built using custom hooks and featuring full file CRUD and streaming downloads.
- Host: GitHub
- URL: https://github.com/angusgmorrison/hyperdrive-frontend
- Owner: AngusGMorrison
- Created: 2019-11-18T16:35:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T01:08:42.000Z (over 3 years ago)
- Last Synced: 2025-02-15T20:54:20.224Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 7.48 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HYPERDRIVE (React front end)
[View the Rails API backend here](https://github.com/AngusGMorrison/hyperdrive-api)
The critical cyberpunk cloud storage drive you never knew you needed.
**Features**
* Accepts file uploads for storage in a Rails API folder-and-document filesystem private to each user
* Uses custom React hooks to create a modular, portable interface, including useForm, a form creation framework built to a library standard of reusability
* Token-based authentication
* Creates file downloads from back-end data streams
* Full file CRUD
* Expressive error handling built with usabilty in mind
* Containerized with Docker