Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.19 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.19 KB

Collatz graph

Collatz graph logo

In-browser Collatz conjecture graph calculator

This is an interactive app to visualize the rise and fall of graph of the Collatz Conjecture.

Collatz conjecture home page iPad mockup Collatz conjecture home page iPhone mockup

Live website

See Collatz graph.

Main libraries used for this project

  • Next.js (JS & TS)
  • MUI
  • from-exponential
  • chart.js

Project setup

npm install

Compiles and hot-reloads

npm run dev

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint