This file contains hidden or 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>hallelujah</title> | |
<style> | |
body, |
This file contains hidden or 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
const paymentDetails = { | |
displayItems: [{ | |
label: 'Anvil L/S Crew Neck - Grey M x1', | |
amount: { currency: 'USD', value: '22.15' } | |
},{ | |
label: 'Anvil L/S Crew Neck - Blue L x1', | |
amount: { currency: 'USD', value: '22.15' } | |
}], | |
total: { | |
label: 'Total due', |
This file contains hidden or 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
const paymentDetails = { | |
displayItems: [ | |
{ | |
label: 'Anvil L/S Crew Neck - Grey M x1', | |
amount: { currency: 'USD', value: '22.15' } | |
},{ | |
label: 'Anvil L/S Crew Neck - Blue L x1', | |
amount: { currency: 'USD', value: '22.15' } | |
} | |
], |
This file contains hidden or 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
# Emmanuel Aina | |
Frontend/Mobile Developer | |
Amity, Off Alara Street, Sabo, Yaba, Lagos, Nigeria. | |
(+234) 7015755537 | |
[[email protected]](mailto:[email protected]) |
This file contains hidden or 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
{ | |
"appId": "com.example.app", | |
"appName": "App", | |
"bundledWebRuntime": false, | |
"webDir": "www" | |
} |
This file contains hidden or 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
{ | |
"name": "todolistappjs", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"dependencies": { | |
"@capacitor/android": "^1.0.0-beta.17", | |
"@capacitor/cli": "^1.0.0-beta.17", | |
"@capacitor/core": "^1.0.0-beta.17" | |
}, |