Skip to content

Commit

Permalink
lowercase letters
Browse files Browse the repository at this point in the history
  • Loading branch information
Bardala committed Apr 29, 2023
1 parent 6fe559a commit 50b0012
Show file tree
Hide file tree
Showing 12 changed files with 108 additions and 1 deletion.
16 changes: 16 additions & 0 deletions build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"files": {
"main.css": "/A-Book-Tracking-App/static/css/main.0d14cb3c.css",
"main.js": "/A-Book-Tracking-App/static/js/main.40be4b7c.js",
"index.html": "/A-Book-Tracking-App/index.html",
"static/media/arrow-back.svg": "/A-Book-Tracking-App/static/media/arrow-back.cd079cab42defead9875.svg",
"static/media/add.svg": "/A-Book-Tracking-App/static/media/add.1b5d9b6afb5557f7992c.svg",
"static/media/arrow-drop-down.svg": "/A-Book-Tracking-App/static/media/arrow-drop-down.4378492a3a09dbfc31ff.svg",
"main.0d14cb3c.css.map": "/A-Book-Tracking-App/static/css/main.0d14cb3c.css.map",
"main.40be4b7c.js.map": "/A-Book-Tracking-App/static/js/main.40be4b7c.js.map"
},
"entrypoints": [
"static/css/main.0d14cb3c.css",
"static/js/main.40be4b7c.js"
]
}
Binary file added build/favicon.ico
Binary file not shown.
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"><head><meta charset="utf-8"/><link rel="icon" href="/A-Book-Tracking-App/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><title>MyReads</title><script defer="defer" src="/A-Book-Tracking-App/static/js/main.40be4b7c.js"></script><link href="/A-Book-Tracking-App/static/css/main.0d14cb3c.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
2 changes: 2 additions & 0 deletions build/static/css/main.0d14cb3c.css

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

1 change: 1 addition & 0 deletions build/static/css/main.0d14cb3c.css.map

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

3 changes: 3 additions & 0 deletions build/static/js/main.40be4b7c.js

Large diffs are not rendered by default.

74 changes: 74 additions & 0 deletions build/static/js/main.40be4b7c.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/

/**
* @remix-run/router v1.2.0
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/

/**
* React Router DOM v6.6.0
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/

/**
* React Router v6.6.0
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/

/** @license React v0.20.2
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
1 change: 1 addition & 0 deletions build/static/js/main.40be4b7c.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions build/static/media/add.1b5d9b6afb5557f7992c.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions build/static/media/arrow-back.cd079cab42defead9875.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions build/static/media/arrow-drop-down.4378492a3a09dbfc31ff.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"homepage": "https://bardala.github.io/A-Book-Tracking-App",
"homepage": "https://bardala.github.io/a-book-tracking-app",
"name": "nd0191-myreads-starter",
"version": "0.1.0",
"private": true,
Expand Down

0 comments on commit 50b0012

Please sign in to comment.