Skip to content

A functional calculator that was created as part of Vanilla JS exercises. Then the calculator code was typed in TypeScript.

Notifications You must be signed in to change notification settings

RobFyd/Calculator-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator vanilla JS

Description

This is a simple calculator created extracurricularly during the programming course. The calculator page is still being improved.

Calculator contains:

TechnologiesIcons

  • HTML
  • CSS
  • JS
  • TS
  • BEM convention
  • grid layout

Scrrenshot

screenshot

If you want to learn more and test the functionality of my first website, click below:

👇

calculator link

My logo:

LOGO

let x = "Thank you for your time";
console.log(x);
// :)
(TS to JS):
    tsc script.ts --target ES6 --strict

(tsconfig.json):
    tsc --init

About

A functional calculator that was created as part of Vanilla JS exercises. Then the calculator code was typed in TypeScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published