Skip to content

Commit

Permalink
Complete rewrite in React.js for version 5.0 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
philbuchanan authored Sep 30, 2021
1 parent b8bb2e3 commit abe6876
Show file tree
Hide file tree
Showing 68 changed files with 6,813 additions and 12,796 deletions.
6 changes: 6 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
}
12 changes: 0 additions & 12 deletions .editorconfig

This file was deleted.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.DS_Store
node_modules
.nova
5 changes: 0 additions & 5 deletions assets/backspace-icon.svg

This file was deleted.

4 changes: 0 additions & 4 deletions assets/close-icon.svg

This file was deleted.

File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
8 changes: 2 additions & 6 deletions calculator.appcache → build/calculator.appcache
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
CACHE MANIFEST
# v4.5: 2018-11-10
# v5: 2021-09-30
index.html
js/vue.min.js
js/app.js
css/style.css
assets/backspace-icon.svg
assets/close-icon.svg
main.js
assets/touch-icon-iphone-114.png
assets/touch-icon-iphone-120.png
assets/touch-icon-iphone-152.png
Expand Down
1 change: 1 addition & 0 deletions build/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en-CA"><head><meta charset="utf-8"><title>Calculator - A calculator web app for iPhone</title><meta name="author" content="Phil Buchanan"><meta name="description" content="A minimal calculator for iPhone and iPad with support for backspace, brackets and history."><meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="default"><meta name="apple-mobile-web-app-title" content="Calculator"><meta name="format-detection" content="telephone=no"><link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/touch-icon-iphone-114.png"><link rel="apple-touch-icon-precomposed" sizes="120x120" href="assets/touch-icon-iphone-120.png"><link rel="apple-touch-icon-precomposed" sizes="152x152" href="assets/touch-icon-iphone-152.png"><link rel="apple-touch-icon-precomposed" sizes="180x180" href="assets/touch-icon-iphone-180.png"><link rel="apple-touch-icon-precomposed" sizes="87x87" href="assets/touch-icon-iphone-87.png"><link rel="apple-touch-icon-precomposed" sizes="76x76" href="assets/touch-icon-iphone-76.png"><link rel="apple-touch-icon-precomposed" sizes="58x58" href="assets/touch-icon-iphone-58.png"></head><body><div id="root"></div><script defer="defer" src="main.js"></script></body></html>
1 change: 1 addition & 0 deletions build/main.js

Large diffs are not rendered by default.

Loading

0 comments on commit abe6876

Please sign in to comment.