Skip to content

Multiple implementation of a simple calculator app in Javascript, Typescript, and React (Todo)

Notifications You must be signed in to change notification settings

larry-lw-chan/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator Implementation

Here are three calculators implementation that look and function exactly the same but with vastly different implementions techniques.

  1. Procedural Javascript - This example uses traditional DOM manipulation and function based javascript programming to implement various features

  2. Class Based Typescript - This example uses object orientated programming to model and implement various features and type safety

  3. React & Typescript - This example uses React component based structure to implement the various features and Typescript for type safety

About

Multiple implementation of a simple calculator app in Javascript, Typescript, and React (Todo)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published