Skip to content

Commit

Permalink
Make the front-end juicier
Browse files Browse the repository at this point in the history
  • Loading branch information
cefjoeii committed Sep 3, 2021
1 parent e772aa3 commit 5744fcf
Show file tree
Hide file tree
Showing 81 changed files with 42,949 additions and 4,900 deletions.
595 changes: 163 additions & 432 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"mongoose": "^5.13.8",
"mongoose-unique-validator": "2.0.3",
"mongoose-validator": "2.1.0",
"socket.io": "^2.4.1",
"socket.io": "^4.2.0",
"string-capitalize-name": "1.0.3"
}
}
38 changes: 26 additions & 12 deletions public/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,28 @@
{
"main.css": "static/css/main.247ce390.css",
"main.css.map": "static/css/main.247ce390.css.map",
"main.js": "static/js/main.ead4ea5d.js",
"main.js.map": "static/js/main.ead4ea5d.js.map",
"static\\media\\flags.png": "static/media/flags.9c74e172.png",
"static\\media\\icons.eot": "static/media/icons.674f50d2.eot",
"static\\media\\icons.svg": "static/media/icons.912ec66d.svg",
"static\\media\\icons.ttf": "static/media/icons.b06871f2.ttf",
"static\\media\\icons.woff": "static/media/icons.fee66e71.woff",
"static\\media\\icons.woff2": "static/media/icons.af7ae505.woff2",
"static\\media\\logo.svg": "static/media/logo.5d5d9eef.svg",
"static\\media\\shirts.png": "static/media/shirts.ab33135b.png"
"files": {
"main.css": "/static/css/main.85902f05.chunk.css",
"main.js": "/static/js/main.fce89387.chunk.js",
"main.js.map": "/static/js/main.fce89387.chunk.js.map",
"runtime-main.js": "/static/js/runtime-main.d7c17a88.js",
"runtime-main.js.map": "/static/js/runtime-main.d7c17a88.js.map",
"static/css/2.bad41965.chunk.css": "/static/css/2.bad41965.chunk.css",
"static/js/2.87d52fc1.chunk.js": "/static/js/2.87d52fc1.chunk.js",
"static/js/2.87d52fc1.chunk.js.map": "/static/js/2.87d52fc1.chunk.js.map",
"static/js/3.c407dd0a.chunk.js": "/static/js/3.c407dd0a.chunk.js",
"static/js/3.c407dd0a.chunk.js.map": "/static/js/3.c407dd0a.chunk.js.map",
"index.html": "/index.html",
"static/css/2.bad41965.chunk.css.map": "/static/css/2.bad41965.chunk.css.map",
"static/css/main.85902f05.chunk.css.map": "/static/css/main.85902f05.chunk.css.map",
"static/js/2.87d52fc1.chunk.js.LICENSE.txt": "/static/js/2.87d52fc1.chunk.js.LICENSE.txt",
"static/media/semantic.min.css": "/static/media/outline-icons.ddae9b1b.woff",
"static/media/mern-logo.82c9b07d.svg": "/static/media/mern-logo.82c9b07d.svg",
"static/media/shirts.c698478e.png": "/static/media/shirts.c698478e.png"
},
"entrypoints": [
"static/js/runtime-main.d7c17a88.js",
"static/css/2.bad41965.chunk.css",
"static/js/2.87d52fc1.chunk.js",
"static/css/main.85902f05.chunk.css",
"static/js/main.fce89387.chunk.js"
]
}
Binary file modified public/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><link rel="manifest" href="/manifest.json"><link rel="shortcut icon" href="/favicon.ico"><title>MERN CRUD</title><link href="/static/css/main.247ce390.css" rel="stylesheet"></head><body><a href="https://github.com/cefjoeii/mern-crud" target="_blank"><img style="position:absolute;top:0;right:0;border:0" src="https://camo.githubusercontent.com/52760788cde945287fbb584134c4cbc2bc36f904/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f77686974655f6666666666662e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png"></a><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script type="text/javascript" src="/static/js/main.ead4ea5d.js"></script></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="A simple records system using MongoDB, Express.js, React.js, and Node.js. CREATE, READ, UPDATE, and DELETE operations are updated in real-time to online users using Socket.io. REST API was implemented on the back-end."/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><script async src="https://www.googletagmanager.com/gtag/js?id=G-T31FGTJ8FD"></script><script>function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag("js",new Date),gtag("config","G-T31FGTJ8FD")</script><script data-ad-client="ca-pub-7950890688638825" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><title>MERN CRUD</title><link href="/static/css/2.bad41965.chunk.css" rel="stylesheet"><link href="/static/css/main.85902f05.chunk.css" rel="stylesheet"></head><body><a href="https://github.com/cefjoeii/mern-crud" target="_blank"><img style="position:absolute;top:0;right:0;border:0" src="https://camo.githubusercontent.com/52760788cde945287fbb584134c4cbc2bc36f904/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f77686974655f6666666666662e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png"></a><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(e){function r(r){for(var n,a,i=r[0],c=r[1],l=r[2],s=0,p=[];s<i.length;s++)a=i[s],Object.prototype.hasOwnProperty.call(o,a)&&o[a]&&p.push(o[a][0]),o[a]=0;for(n in c)Object.prototype.hasOwnProperty.call(c,n)&&(e[n]=c[n]);for(f&&f(r);p.length;)p.shift()();return u.push.apply(u,l||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,i=1;i<t.length;i++){var c=t[i];0!==o[c]&&(n=!1)}n&&(u.splice(r--,1),e=a(a.s=t[0]))}return e}var n={},o={1:0},u=[];function a(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,a),t.l=!0,t.exports}a.e=function(e){var r=[],t=o[e];if(0!==t)if(t)r.push(t[2]);else{var n=new Promise((function(r,n){t=o[e]=[r,n]}));r.push(t[2]=n);var u,i=document.createElement("script");i.charset="utf-8",i.timeout=120,a.nc&&i.setAttribute("nonce",a.nc),i.src=function(e){return a.p+"static/js/"+({}[e]||e)+"."+{3:"c407dd0a"}[e]+".chunk.js"}(e);var c=new Error;u=function(r){i.onerror=i.onload=null,clearTimeout(l);var t=o[e];if(0!==t){if(t){var n=r&&("load"===r.type?"missing":r.type),u=r&&r.target&&r.target.src;c.message="Loading chunk "+e+" failed.\n("+n+": "+u+")",c.name="ChunkLoadError",c.type=n,c.request=u,t[1](c)}o[e]=void 0}};var l=setTimeout((function(){u({type:"timeout",target:i})}),12e4);i.onerror=i.onload=u,document.head.appendChild(i)}return Promise.all(r)},a.m=e,a.c=n,a.d=function(e,r,t){a.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,r){if(1&r&&(e=a(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(a.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)a.d(t,n,function(r){return e[r]}.bind(null,n));return t},a.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(r,"a",r),r},a.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},a.p="/",a.oe=function(e){throw console.error(e),e};var i=this["webpackJsonpmern-crud"]=this["webpackJsonpmern-crud"]||[],c=i.push.bind(i);i.push=r,i=i.slice();for(var l=0;l<i.length;l++)r(i[l]);var f=c;t()}([])</script><script src="/static/js/2.87d52fc1.chunk.js"></script><script src="/static/js/main.fce89387.chunk.js"></script></body></html>
Binary file added public/logo192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 15 additions & 5 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
{
"short_name": "MERN CRUD",
"name": "MERN CRUD",
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "192x192",
"type": "image/png"
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "./index.html",
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
Expand Down
3 changes: 3 additions & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
1 change: 0 additions & 1 deletion public/service-worker.js

This file was deleted.

363 changes: 363 additions & 0 deletions public/static/css/2.bad41965.chunk.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/static/css/2.bad41965.chunk.css.map

Large diffs are not rendered by default.

355 changes: 0 additions & 355 deletions public/static/css/main.247ce390.css

This file was deleted.

1 change: 0 additions & 1 deletion public/static/css/main.247ce390.css.map

This file was deleted.

2 changes: 2 additions & 0 deletions public/static/css/main.85902f05.chunk.css

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

1 change: 1 addition & 0 deletions public/static/css/main.85902f05.chunk.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 public/static/js/2.87d52fc1.chunk.js

Large diffs are not rendered by default.

65 changes: 65 additions & 0 deletions public/static/js/2.87d52fc1.chunk.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/

/*!
Copyright (c) 2015 Jed Watson.
Based on code that is Copyright 2013-2015, Facebook, Inc.
All rights reserved.
*/

/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <http://feross.org>
* @license MIT
*/

/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */

/** @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 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-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 public/static/js/2.87d52fc1.chunk.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 5744fcf

Please sign in to comment.