An open API service indexing awesome lists of open source software.

https://github.com/markalexi/newconvert

Replace tryConvert.
https://github.com/markalexi/newconvert

Last synced: 9 months ago
JSON representation

Replace tryConvert.

Awesome Lists containing this project

README

          

# Converter Site (React + SystemJS)

![Converter Screenshot](/src/android-chrome-512x512.png)

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).

---