README.md (1526B)
1 > [!WARNING] 2 > ## LOW ACTIVITY REPOSITORY 3 > 4 > This project is not abandoned, but it receives updates very infrequently. <br> 5 > ***Issues and Pull Requests may be submitted, but expect significant delays in reviews.*** 6 --- 7 8 # NCT (Number Conversion Tool) v2.11 9 10 A high-performance, modern web application for number system conversion and arithmetic. 11 12 [](https://amit.is-a.dev/nct-legacy) 13 [](https://opensource.org/licenses/MIT) 14 15 ## ๐ Features 16 17 - **Multi-Base Support**: Convert between Binary, Octal, Decimal, and Hexadecimal. 18 - **Dynamic Calculator**: Perform arithmetic operations (+, -, ร, รท) across different bases. 19 - **Visualizer Engine**: Bit-by-bit calculation animation for educational purposes. 20 - **Calculation Steps**: Detailed breakdown of how conversions are performed. 21 - **History Tape**: Keep track of your recent conversions locally. 22 - **Material You UI**: Beautiful, responsive design with smooth animations. 23 24 ## ๐ ๏ธ Installation 25 26 Simply clone the repository and open `nct-legacy.html` in any modern web browser. 27 28 ```bash 29 git clone [https://github.com/notamitgamer/nct-legacy.git](https://github.com/notamitgamer/nct-legacy.git) 30 ``` 31 32 ## ๐ Hosting 33 34 The project is officially hosted at: [https://amit.is-a.dev/nct-legacy](https://amit.is-a.dev/nct-legacy) 35 36 ## ๐ License 37 38 This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. 39