An open API service indexing awesome lists of open source software.

https://github.com/berdal84/collatz-visualizer

A simple web app to visualize "Collatz suite" also known as "Syracuze suite"
https://github.com/berdal84/collatz-visualizer

bootstrap chartjs sass webpack

Last synced: 6 months ago
JSON representation

A simple web app to visualize "Collatz suite" also known as "Syracuze suite"

Awesome Lists containing this project

README

          

# Collatz visualizer



## Introduction

The goal of this project is to provide a web application able to visualize the [Collatz conjecture](https://en.wikipedia.org/wiki/Collatz_conjecture).

The app is published [here](http://collatzvisualizer.42borgata.com)

## Screenshot(s)

## Development

I followed the instructions [here](https://getbootstrap.com/docs/5.2/getting-started/webpack/) to set up my project. I am using Bootstrap, Webpack, SASS and Chartjs.