Skip to content

Commit

Permalink
to gitgub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
my Name committed Feb 11, 2024
1 parent 8ea15c6 commit 50ea032
Show file tree
Hide file tree
Showing 11 changed files with 229 additions and 0 deletions.
14 changes: 14 additions & 0 deletions build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"files": {
"main.css": "/todolist/static/css/main.8c660562.css",
"main.js": "/todolist/static/js/main.076d4e0d.js",
"static/media/back.jpg": "/todolist/static/media/back.bc67f3bc576dc2377f25.jpg",
"index.html": "/todolist/index.html",
"main.8c660562.css.map": "/todolist/static/css/main.8c660562.css.map",
"main.076d4e0d.js.map": "/todolist/static/js/main.076d4e0d.js.map"
},
"entrypoints": [
"static/css/main.8c660562.css",
"static/js/main.076d4e0d.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="/todolist/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"/><link rel="apple-touch-icon" href="/todolist/logo192.png"/><link rel="manifest" href="/todolist/manifest.json"/><title>React App</title><script defer="defer" src="/todolist/static/js/main.076d4e0d.js"></script><link href="/todolist/static/css/main.8c660562.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.8c660562.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.8c660562.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.076d4e0d.js

Large diffs are not rendered by default.

39 changes: 39 additions & 0 deletions build/static/js/main.076d4e0d.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
/**
* @license React
* 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
* 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
* 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.
*/

/**
* @license React
* 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.
*/
1 change: 1 addition & 0 deletions build/static/js/main.076d4e0d.js.map

Large diffs are not rendered by default.

Binary file added build/static/media/back.bc67f3bc576dc2377f25.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
162 changes: 162 additions & 0 deletions package-lock.json

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

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"homepage": "https://alhajjy.github.io/todolist",
"name": "my-app",
"version": "0.1.0",
"private": true,
Expand All @@ -17,6 +18,8 @@
},
"scripts": {
"start": "react-scripts start",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
Expand All @@ -38,5 +41,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gh-pages": "^6.1.1"
}
}

0 comments on commit 50ea032

Please sign in to comment.