Skip to content
Snippets Groups Projects
Commit d3694efd authored by Andrew Herold's avatar Andrew Herold
Browse files

Checkpoint 1 commit. themeing and version edits

parent 8976f3a2
Branches
No related tags found
No related merge requests found
Showing
with 16 additions and 8 deletions
{
"folders": [
{
"path": "."
}
],
"settings": {}
}
\ No newline at end of file
File moved
File moved
{
"name": "@unlsoft/minimal",
"name": "gen6-catchrate",
"version": "1.0.0",
"description": "A minimal app to be used as starter code for labs and homework.",
"description": "A catch rate calculator for the 6th generation of Pokemon games.",
"private": true,
"license": "UNLICENSED",
"scripts": {
......
......@@ -6,11 +6,11 @@
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<meta
name="description"
content="A minimal app to be used as starter code for labs and homework."
content="A catch rate calculator for the 6th generation of Pokemon games."
/>
<meta name="theme-color" content="#d00000" />
<meta name="theme-color" content="#1b79c6" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.svg" />
<title>Minimal React Redux App</title>
<title>Gen6 Catch Rate Calculator</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
......
File moved
{
"short_name": "Minimal App",
"name": "Minimal React Redux App",
"description": "A minimal app to be used as starter code for labs and homework.",
"short_name": "Gen6 Rate Calc",
"name": "Pokemon Gen 6 Catch Rate Calculator",
"description": "A catch rate calculator for the 6th generation of Pokemon games.",
"icons": [
{
"src": "logo.svg",
......
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment