Merge branch 'main' of https://github.com/jacobmveber-01839764/BudgetBuddy
|
After Width: | Height: | Size: 226 KiB |
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"files": {
|
||||||
|
"main.css": "/static/css/main.a647f1f7.css",
|
||||||
|
"main.js": "/static/js/main.205e7457.js",
|
||||||
|
"static/js/496.f12dc038.chunk.js": "/static/js/496.f12dc038.chunk.js",
|
||||||
|
"static/media/budgethero1.png": "/static/media/budgethero1.ef97d4454cc11d5d60d0.png",
|
||||||
|
"static/media/umass_lowell.jpeg": "/static/media/umass_lowell.adff7eaefc5d0aa6343d.jpeg",
|
||||||
|
"static/media/expenses_logo.png": "/static/media/expenses_logo.f24db1454b6c041fade7.png",
|
||||||
|
"static/media/money2.png": "/static/media/money2.4e0a9f8da499f5fe72a1.png",
|
||||||
|
"static/media/money1.png": "/static/media/money1.900d2433a99d49f20ade.png",
|
||||||
|
"static/media/river_hawk.png": "/static/media/river_hawk.175d1b2ee8b8ae31ab50.png",
|
||||||
|
"static/media/money3.png": "/static/media/money3.8859e70f73221654d7ed.png",
|
||||||
|
"static/media/BudgetBuddyLogo.png": "/static/media/BudgetBuddyLogo.8e4cd296c3a372956bf4.png",
|
||||||
|
"index.html": "/index.html",
|
||||||
|
"main.a647f1f7.css.map": "/static/css/main.a647f1f7.css.map",
|
||||||
|
"main.205e7457.js.map": "/static/js/main.205e7457.js.map",
|
||||||
|
"496.f12dc038.chunk.js.map": "/static/js/496.f12dc038.chunk.js.map"
|
||||||
|
},
|
||||||
|
"entrypoints": [
|
||||||
|
"static/css/main.a647f1f7.css",
|
||||||
|
"static/js/main.205e7457.js"
|
||||||
|
]
|
||||||
|
}
|
||||||
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"short_name": "React App",
|
||||||
|
"name": "Create React App Sample",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "favicon.ico",
|
||||||
|
"sizes": "64x64 32x32 24x24 16x16",
|
||||||
|
"type": "image/x-icon"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"start_url": ".",
|
||||||
|
"display": "standalone",
|
||||||
|
"theme_color": "#000000",
|
||||||
|
"background_color": "#ffffff"
|
||||||
|
}
|
||||||
@ -0,0 +1,3 @@
|
|||||||
|
# https://www.robotstxt.org/robotstxt.html
|
||||||
|
User-agent: *
|
||||||
|
Disallow:
|
||||||
@ -0,0 +1,122 @@
|
|||||||
|
/*!
|
||||||
|
Copyright (c) 2018 Jed Watson.
|
||||||
|
Licensed under the MIT License (MIT), see
|
||||||
|
http://jedwatson.github.io/classnames
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
*
|
||||||
|
* Copyright 2009-2017 Kris Kowal under the terms of the MIT
|
||||||
|
* license found at https://github.com/kriskowal/q/blob/v1/LICENSE
|
||||||
|
*
|
||||||
|
* With parts by Tyler Close
|
||||||
|
* Copyright 2007-2009 Tyler Close under the terms of the MIT X license found
|
||||||
|
* at http://www.opensource.org/licenses/mit-license.html
|
||||||
|
* Forked at ref_send.js version: 2009-05-11
|
||||||
|
*
|
||||||
|
* With parts by Mark Miller
|
||||||
|
* Copyright (C) 2011 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* @kurkle/color v0.3.2
|
||||||
|
* https://github.com/kurkle/color#readme
|
||||||
|
* (c) 2023 Jukka Kurkela
|
||||||
|
* Released under the MIT License
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* Chart.js v4.2.1
|
||||||
|
* https://www.chartjs.org
|
||||||
|
* (c) 2023 Chart.js Contributors
|
||||||
|
* Released under the MIT License
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @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.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @mui/styled-engine v5.12.0
|
||||||
|
*
|
||||||
|
* @license MIT
|
||||||
|
* This source code is licensed under the MIT license found in the
|
||||||
|
* LICENSE file in the root directory of this source tree.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* A better abstraction over CSS.
|
||||||
|
*
|
||||||
|
* @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
|
||||||
|
* @website https://github.com/cssinjs/jss
|
||||||
|
* @license MIT
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @license React v16.13.1
|
||||||
|
* react-is.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-is.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.
|
||||||
|
*/
|
||||||
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 483 KiB |
|
After Width: | Height: | Size: 334 KiB |
|
After Width: | Height: | Size: 120 KiB |
|
After Width: | Height: | Size: 121 KiB |
|
After Width: | Height: | Size: 76 KiB |
|
After Width: | Height: | Size: 80 KiB |
|
After Width: | Height: | Size: 441 KiB |
@ -0,0 +1,6 @@
|
|||||||
|
td {
|
||||||
|
padding-top: 8px;
|
||||||
|
padding-bottom: 8px;
|
||||||
|
padding-left: 50px;
|
||||||
|
border: 1px solid;
|
||||||
|
}
|
||||||
@ -1,4 +1,16 @@
|
|||||||
.widgetText {
|
.imageee {
|
||||||
padding-left: 1em;
|
margin-top: 50px;
|
||||||
color: #333;
|
margin-left: 20px;
|
||||||
|
max-width: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.displayyyy {
|
||||||
|
margin-top: 50px;
|
||||||
|
margin-left: 120px;
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.textttt {
|
||||||
|
position: fixed;
|
||||||
|
top: 10px;
|
||||||
}
|
}
|
||||||
@ -1,3 +1,14 @@
|
|||||||
img {
|
.image {
|
||||||
width: 50px;
|
margin-top: 50px;
|
||||||
|
margin-left: 20px;
|
||||||
|
width: 70px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.display {
|
||||||
|
margin-top: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text {
|
||||||
|
position: fixed;
|
||||||
|
top: 10px;
|
||||||
}
|
}
|
||||||
@ -1,7 +1,14 @@
|
|||||||
|
.imagee {
|
||||||
|
margin-top: 50px;
|
||||||
|
margin-left: 20px;
|
||||||
|
width: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.displayy {
|
||||||
|
margin-top: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
/* MAKE SURE TO BE SPECIFIC WITH STYLING CUZ THIS CHANGED DIFFERENT SPANS
|
.text {
|
||||||
span {
|
position: fixed;
|
||||||
float: right;
|
top: 10px;
|
||||||
margin-right: 50px;
|
|
||||||
}
|
}
|
||||||
*/
|
|
||||||