Skip to content

Calculator with a working interface on the website.

Notifications You must be signed in to change notification settings

knvmrt/web-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 Sosial Medias:

LinkedIn GITHUB GITLAB Instagram Behance Bento


🗂️Project information:

Project Name: Web Calculator

Project Description: Calculator with a working interface on the website.

Project structure:

└── web-calculator
    └── node_modules
        └── ...
    └── src
        └── pages
            └── index.html
        └── scripts
            └── js
                └── index.js
            └── ts
                └── index.ts
        └── styles
            └── css
                └── styles.css
                └── styles.css.map
            └── scss
                └── _variables.scss
                └── styles.scss
    └── .gitignore
    └── MYNOTES.md # I keep notes for myself throughout the development of the project.
    └── package-lock.json
    └── package.json
    └── README.md
    └── tsconfig.json

💻Project tech:

HTML5 SCSS CSS TypeScript JavaScript

⌨️Bash commands:

npm install     # Required project dependencies

npm run c-scss   # SCSS compilation

npm run tsc-w   # TypeScript compilation

npm run all-w   # All compilation TypeScript and SASS/SCSS

Releases

No releases published

Packages

No packages published