-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Complete rewrite in React.js for version 5.0 (#107)
- Loading branch information
1 parent
b8bb2e3
commit abe6876
Showing
68 changed files
with
6,813 additions
and
12,796 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"presets": [ | ||
"@babel/preset-env", | ||
"@babel/preset-react" | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
.DS_Store | ||
node_modules | ||
.nova |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.