Browse Source

add example project radix converter (#2486)

main
Shengyu Huang 5 years ago
committed by Alexey Pyltsyn
parent
commit
8a374d984e
  1. 1
      content/community/examples.md

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

Loading…
Cancel
Save