Skip to content

mwh-max/torque-buddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Torque Buddy

Torque lookup + editable JSON, built with vanilla JS and Tailwind
Version 1.1

Torque Buddy is a browser-based tool for referencing and editing torque specifications by make, model, and year. It loads data from a local JSON file and lets users browse, update, download, or import new specs without needing a backend.

This is a self-contained, client-side build. All logic is written in plain JavaScript. Styles are handled with Tailwind CSS. No frameworks, no build tools and no dependencies.


Features

  • Selectable dropdowns for Make, Model, and Year
  • Displays wheel lug, oil drain plug, and other torque specs
  • JSON editor with live preview
  • Upload, apply, download or reset local data
  • Drag-and-drop file import support
  • LocalStorage state persistence
  • Fully responsive layout with a dark UI

Built With


Why

This was built to practice and demonstrate working with JavaScript directly—no abstraction layers. The goal was to solve a specific problem, keep the footprint small, and make the code easy to read. Every line is intentional. No fluff, no scaffolding.


Status

This is version 1.1. The app is complete and functional. It may expand based on use cases like unit conversion, API integration or saved vehicle presets.


License

This project is licensed under the Mozilla Public License 2.0 (MPL-2.0).
See the LICENSE file for details.


Disclaimer

Torque values in this project are sample data for demonstration and development purposes only. Always consult official service manuals or manufacturer documentation for accurate specifications.

Releases

No releases published

Packages

No packages published