erclm / proglangblog

A simple calculator in TypeScript

Home Page:https://ereeq.github.io/proglangblog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculator in TypeScript

Website

A simple Calculator in TypeScript(JavaScript)

Blogs

Live Demo

https://ereeq.github.io/proglangblog/typescript

Presentation

Link

Prototype Stage (Oct. 30):

  1. Plan calculator operations & design
  2. Learn TypeScript, see differences between JavaScript
  3. Test TypeScript on webserver
  4. Blog post about TypeScript & its functions

Implementation Stage (Nov. 19):

  1. Implement simple UI
  2. Implement calculator functions
  3. Improve UI
  4. Get it Live
  5. Blog post

Testing Stage (Dec. 7):

  1. Test calculator
  2. Debugging
  3. Make it pretty(er)
  4. Blog post about functionality & final project

About

A simple calculator in TypeScript

https://ereeq.github.io/proglangblog/

License:Apache License 2.0


Languages

Language:HTML 44.9%Language:TypeScript 28.9%Language:JavaScript 26.2%