https://github.com/markalexi/newconvert
Replace tryConvert.
https://github.com/markalexi/newconvert
Last synced: 9 months ago
JSON representation
Replace tryConvert.
- Host: GitHub
- URL: https://github.com/markalexi/newconvert
- Owner: MarkAlexI
- License: mit
- Created: 2024-12-17T02:13:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-25T23:47:47.000Z (over 1 year ago)
- Last Synced: 2025-05-18T03:11:52.484Z (about 1 year ago)
- Language: JavaScript
- Size: 452 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Converter Site (React + SystemJS)

This project is a set of components for creating a single-page converter website. It supports unit conversions across various physical, mathematical, and technical domains.
---
## 📦 Technologies
- **React**: For building components.
- **SystemJS**: For module loading in the browser.
---
## 🛠️ Available Components
1. **Temperature Converter**
Units: °C, °F, K.
2. **Angle Converter**
Units: degrees, radians, gradians.
3. **Weight Converter**
Units: kg, g, mg, pounds, ounces.
4. **Speed Converter**
Units: km/h, m/s, mph, knots.
5. **Area Converter**
Units: m², km², hectares, acres, ft², yd².
6. **Energy Converter**
Units: joules, kcal, watt-seconds, kWh.
7. **Data Converter**
Units: bytes, kilobytes, megabytes, gigabytes, terabytes.
8. **Force Converter**
Units: newton, kilogram-force, pound-force, etc.
9. **Pressure Converter**
Units: pascals, atmospheres, bars, mmHg, psi.
---
## 🧩 How to Add a Component
1. Add a new component in the src/components/ folder.
2. Import it in App.js and add it to the list of available converters.
3. Ensure all dependencies are correctly loaded via SystemJS.
---
## 📄 License
This project is licensed under the [MIT License](LICENSE).
---