MidiFret

Javascript

Node.js

Amazon AWS

bit.io

An online file converter that lets users convert .midi files into readable guitar tablature

Demo Video
project-image

About

Online guitar tablature helped me learn guitar and I wanted to make tabs more available to give new player more tools to learn. I did this by creating a tool for anyone to either compose their own tabs or upload .midi files and convert them into tabs.

The technology stack is straightforward for this project, utilizing Javascript and HTML for the front end. On the backend, a Node server is responsible for managing the application. Additionally, I integrated an online bit.io database to efficiently store tab data. I also used webpack and MidiParser.js for specific functionalities.