Skip to content

Manage tabs, chords, and sheet music in Dropbox, and access and edit them directly in the browser, anywhere.

License

Notifications You must be signed in to change notification settings

gregtatum/indie-web

Repository files navigation

Indie Web Projects

This is a mono-repo for my indie web projects.

💾 FloppyDisk.link

When I was a kid I would have my game saves, school projects, and other important documents stored on floppy disks so that I can take them places. This website is a collection of tools for viewing and manipulating files. Mostly it supports markdown editing, and can save in the browser, or to DropBox.

🎵 Browser Chords

Manage tabs, chords, and sheet music in your browser. This is how I organize my music collection. Many apps can lock you into their systems, but this one focuses on just having files that you are in control of. It's really just another front for FloppyDisk, but more tailored for music.

Architecture

The front-end is built in TypeScript using React for the component system. It is using React Hooks and functional components for the component management. The state is centrally controlled using Redux. The state is accessed using selectors and the reselect to provide functional memoization for state changes.

The build process is managed by Webpack. Hosting is done through Netlify. The routing of the URLs is all handled through the front-end. Testing is handled through Jest and React Testing Library.

Dropbox uses an in-browser PKCE OAuth flow to securely log you in. This app gets access to a subfolder in the Dropbox/Apps folder to limit the access to files.

Supported Formats

Markdown

It's quite simple to edit markdown files. I use FloppyDisk.link to write and manage all of my D&D campaign notes.

ChordPro

This project supports basic ChordPro (.chopro) files for viewing and editing. It supports chord transposition. Images can be embedded as well.

PDF

PDF Files are rendered directly in the browser through PDF.js. This is great for playing sheet music on tablets.

License

The code is open source licensed as GPLv3.

About

Manage tabs, chords, and sheet music in Dropbox, and access and edit them directly in the browser, anywhere.

Topics

Resources

License

Stars

Watchers

Forks