add example project radix converter (#2486)

This commit is contained in:
Shengyu Huang
2019-10-25 13:04:14 +02:00
committed by Alexey Pyltsyn
parent 906378767e
commit 8a374d984e

View File

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