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

https://github.com/md-talim/unit-converter

A full-stack unit converter app built with React and Go, supporting multiple measurement types.
https://github.com/md-talim/unit-converter

full-stack go react typescript unit-converter

Last synced: about 1 month ago
JSON representation

A full-stack unit converter app built with React and Go, supporting multiple measurement types.

Awesome Lists containing this project

README

          

# Unit Converter App

A simple full-stack Unit Converter built with **React.js** (frontend) and **Go** (backend). This project is inspired by the [roadmap.sh Unit Converter project](https://roadmap.sh/projects/unit-converter).

## 🚀 Features

- Convert units across multiple categories:
- Length
- Temperature
- Weight
- Time
- Clean and responsive UI
- API-first architecture (backend handles conversion logic)

## 🛠 Tech Stack

### Frontend
- React.js (with TypeScript)
- Vite
- Tailwind CSS (optional for styling)

### Backend
- Go (net/http)
- REST API for unit conversion
- JSON-based communication

## 💡 Inspiration

This project is a part of [roadmap.sh open-source project ideas](https://roadmap.sh/projects).