Welcome to the Collatz Conjecture website! This project visualizes the Collatz Conjecture using a simple interactive web page. Enter a number, and watch as the conjecture is applied, with smooth animations and a clear step-by-step display of the process.
The site is a live interactive demonstration of the Collatz Conjecture. You can explore how the conjecture works by entering a number and observing its progression until it reaches 1.
Click here to view the website.
This project is licensed under the CC BY-NC-ND 4.0 License, which allows you to view the content, but not redistribute, modify, or use it commercially. Please review the custom terms and conditions in the CUSTOM_LICENSE file for additional details.
To run this website locally, clone the repository and open index.html in your web browser.
git clone <repository_url>
cd <project_folder>
open index.html