Skip to content

Generates division using method "division with a remainder" as if you did it on paper. (+ testing many gui frameworks!)

License

Notifications You must be signed in to change notification settings

MP3Martin/real_division

Repository files navigation

CodeFactor

real_division

Generates division using method "division with a remainder" like this:

❕ Example video of the method: www.youtube.com/watch?v=...

Projects

Project Tkinter GUI Web UI Terminal UI PyPI package Core calculation script
State ✔️ ✔️ ✔️
Automated build workflow ✔️ ✔️ Not needed
Programming language Python JavaScript + JSX + CSS Python Python
Framework Tkinter Next.js + MUI None None

(✔️ - totally done, updated rarely | ✅ - done, but will be updated | ❌ - not done)

Why does this project exist / What i've learned

This project was created to show that you can write small core script and use it in many platforms / frameworks (even Python in WEB Browser).

How this project affected me:

  • I've learned
    • React useEffect, useState, Component and most of React's core functionality
    • Next.js next/dynamic
    • RegEx
    • SCSS
    • Cool css fade in animations
    • Page loading that actually works (doesn't show up for 0.1 seconds after the page is fully loaded)
  • I've created