Skip to content

Commit

Permalink
Merge pull request #1 from giodelabarrera/feat/add-small-improvement
Browse files Browse the repository at this point in the history
Feat/add small improvement
  • Loading branch information
giodelabarrera authored Mar 10, 2021
2 parents 12d539d + 344d031 commit aa566ad
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/.DS_Store
/.DS_Store
/node_modules
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Check demo [https://giodelabarrera.github.io/js-calculator](https://giodelabarre

## Screenshot

![](./screenshot.png)
![](https://user-images.githubusercontent.com/1263588/110334220-cfe3fa80-8022-11eb-9d23-0073cba9b0e3.png)

## Usage

Expand Down
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "js-calculator",
"version": "1.0.0",
"description": "Web calculator build with HTML, Grid CSS, Vanilla JS",
"main": "main.js",
"scripts": {
"build": "esbuild main.js --bundle --outfile=out.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/giodelabarrera/js-calculator.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/giodelabarrera/js-calculator/issues"
},
"homepage": "https://github.com/giodelabarrera/js-calculator#readme",
"dependencies": {},
"devDependencies": {}
}
Binary file removed screenshot.png
Binary file not shown.

0 comments on commit aa566ad

Please sign in to comment.