NCT

A modern, Material You-inspire...
Log | Files | Refs | README | LICENSE

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 [![Live Demo](https://img.shields.io/badge/Live-Demo-brightgreen)](https://amit.is-a.dev/nct-legacy)
     13 [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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 
ยฉ notamitgamer โ€ข Site Built: 2026-07-21 13:58:23 UTC โ€ข git-mirror commit: 1037f62 [view raw info]
Originally created with stagit โ€ข modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror