From 8a374d984e8068d03aa63915b6ea06a573dccdd2 Mon Sep 17 00:00:00 2001 From: Shengyu Huang Date: Fri, 25 Oct 2019 13:04:14 +0200 Subject: [PATCH] add example project radix converter (#2486) --- content/community/examples.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/community/examples.md b/content/community/examples.md index 8c958676..d330ef0b 100644 --- a/content/community/examples.md +++ b/content/community/examples.md @@ -26,3 +26,4 @@ There are many example projects created by the React community. Feel free to add * **[Unit Converter](https://github.com/KarthikeyanRanasthala/react-unit-converter)** Minimal Yet Responsive Unit Converter Built With React, Material-UI & Convert-Units. * **[BMI Calculator](https://github.com/GermaVinsmoke/bmi-calculator)** A React Hooks app for calculating BMI * **[ReactJS Hangman Game](https://github.com/vetrivelcsamy/reactjs-hangman)** ReactJS Hangman Game Find a Programming Language. +* **[Radix Converter](https://github.com/kumom/radix-converter)** A small tool that converts numbers in radix 2 to 36 with arbitrary precision.