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

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.

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