Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/winstxnhdw/file-dumper

A simple file dumper Progressive Web Application.
https://github.com/winstxnhdw/file-dumper

bun progressive-web-app vite

Last synced: 3 days ago
JSON representation

A simple file dumper Progressive Web Application.

Awesome Lists containing this project

README

        

# file-dumper

[![Netlify Status](https://api.netlify.com/api/v1/badges/3dde66de-6b7f-4237-b2a7-0d683368da4d/deploy-status)](https://app.netlify.com/sites/file-dumper/deploys)
[![main.yml](https://github.com/winstxnhdw/file-dumper/actions/workflows/main.yml/badge.svg)](https://github.com/winstxnhdw/file-dumper/actions/workflows/main.yml)
[![formatter.yml](https://github.com/winstxnhdw/file-dumper/actions/workflows/formatter.yml/badge.svg)](https://github.com/winstxnhdw/file-dumper/actions/workflows/formatter.yml)

`file-dumper` is a tiny vanilla TypeScript Vite PWA for dumping the contents of *any* file. This application is made for iOS users to read file(s) with an unrecognisable extension. Just for fun, you can see our full Lighthouse report [here](https://lighthouse-metrics.com/lighthouse/checks/a553c43b-d520-44a7-8684-d8d2f2461d35/runs/cb271ee8-5d9e-49b1-8aae-94c367b27f95).

## Installation

You can install the application by visiting [file-dumper](https://file-dumper.netlify.app/) and adding it to your home screen.

## Development

Run the following to install all dependencies.

```bash
bun install
```

To begin development, run the following.

```bash
bun dev
```