https://github.com/lycan-nt/calculator
In this project implement a calculator to practice development using JavaScript
https://github.com/lycan-nt/calculator
css3 ecmascript2015 ecmascript6 html5 javascript
Last synced: 3 months ago
JSON representation
In this project implement a calculator to practice development using JavaScript
- Host: GitHub
- URL: https://github.com/lycan-nt/calculator
- Owner: lycan-nt
- License: mit
- Created: 2020-08-03T13:08:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-03T13:24:30.000Z (almost 6 years ago)
- Last Synced: 2025-12-26T01:27:37.578Z (6 months ago)
- Topics: css3, ecmascript2015, ecmascript6, html5, javascript
- Language: JavaScript
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Calculator
In this project implement a calculator to practice development using JavaScript.
🧠Concepts Covered:
- How to use ES6 classes to organize code
- How to sync JavaScript code with a UI
- CSS Grid
- Flexbox
- The best way to cleanly handle user input
- How to debug complicated edge cases
## Starting
These instructions will allow you to have the project on your local machine for
development and testing.
## Prerequisites
1- Yarn or NPM package manager
2- Vs Code or any publisher of your choice
## Instructions
After cloning the project on your machine, if you want to play with the code just open it in your favorite editor
to see it working just open the index.html file in your browser.
## Built with
Html/CSS/JavaScript
## Authors
Felipe D. Santos