A mobile-only unit conversion app PWA made with create-react-app.
See it live on http://simpleunitconverter.netlify.com
This is a solution to a very personal problem.
When I go to the gym, three situations coincide:
- I use an app that allows you to use pounds or kilograms but not both.
- My gym uses pounds for machines and kilograms for dumbbells.
Therefor I need a way to constantly convert units from pounds to kilograms. Now, let us explore the alternatives:
- I could do it mentally, but I will not too lazy for that.
- There is an app, but I don't want to see commercials, neither use 25 MB for such a simple app space on my device, nor want to see commercials.
- Just Google it, I could but that means turning on the mobile data. That seems trivial, but I start to get notifications from social apps. The problem is that they induce me train for more time than I should, and make me more prone to injuries due to bad form.
- There is a website for that. Kind of, but they are not fully responsive not PWAs.
- Create a PWA connected to the cloud in order to track your own trainings. I didn't think of that at the time 🤔
Use my knowledge and make with these features:
- ️Bidirectional
KG
toLBS
Unit Conversion 🏋 - Dark Theme as default 🌔
- Screen reader tested 📢
- No User tracking 🔎
- No Publicity 📊
- No 💩
- Open source 📖
- Copy to clipboard 📋
- Desktop optimization 💻
- Bidirectional
FT
toMT
Unit Conversion. 🚗 - User history. ⏲
- A11y Theme 👵
- Light Theme 👵
Help is always appreciated, but not required. Just check CONTRIBUTING.md before.