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.
- Host: GitHub
- URL: https://github.com/md-talim/unit-converter
- Owner: Md-Talim
- Created: 2025-06-21T16:51:54.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-06-21T18:15:32.000Z (4 months ago)
- Last Synced: 2025-06-21T19:25:48.908Z (4 months ago)
- Topics: full-stack, go, react, typescript, unit-converter
- Language: TypeScript
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).