Skip to content

jpetitcolas/multiplication-circle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiplication circle

Render multiplication table hidden majesty into a circle using a very simple algorithm. This project has been inspired by Mickaël Launay, a French YouTuber.

You can view a live demo and algorithm explanation right on the GitHub page.

Local installation

All commands to launch this project are present in the package.json file. Thus, to bootstrap your local copy, just execute the following commands:

npm install
npm start

You will then be able to access the visualization on http://localhost:8080.

If you want to rebuild your files before a new release, just launch the command:

npm run build

But please first ensure that all tests are passing:

npm test

License

This project has been released under MIT license, meaning you can do whatever you want with it, without any restrictions.

About

Visualize multiplication tables majesty into a simple canvas circle.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published