Skip to content

Commit 3ee76fe

Browse files
first-nothing
1 parent 3351294 commit 3ee76fe

19 files changed

+365
-36
lines changed

build/.DS_Store

6 KB
Binary file not shown.

build/asset-manifest.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"files": {
3+
"main.css": "/static/css/main.13ce83ee.css",
4+
"main.js": "/static/js/main.fc4d456f.js",
5+
"index.html": "/index.html",
6+
"main.13ce83ee.css.map": "/static/css/main.13ce83ee.css.map",
7+
"main.fc4d456f.js.map": "/static/js/main.fc4d456f.js.map"
8+
},
9+
"entrypoints": [
10+
"static/css/main.13ce83ee.css",
11+
"static/js/main.fc4d456f.js"
12+
]
13+
}

build/assets/arrow.png

2.54 KB
Loading

build/assets/back.png

8.64 KB
Loading

build/assets/clear.png

16.1 KB
Loading

build/assets/edit.png

28.3 KB
Loading

build/assets/logo.png

16.9 KB
Loading

build/assets/photos.png

19.4 KB
Loading

build/assets/search.png

12.2 KB
Loading

build/assets/trash-bin.png

25.2 KB
Loading

build/assets/warning.png

7.54 KB
Loading

build/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!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="An online photo album react app that allows users to upload, organize, and share their digital photos."/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/><link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800&display=swap" rel="stylesheet"/><link rel="stylesheet" href="style.css"/><title>PhotoFolio</title><script defer="defer" src="/static/js/main.fc4d456f.js"></script><link href="/static/css/main.13ce83ee.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

build/static/css/main.13ce83ee.css

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/static/css/main.13ce83ee.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/static/js/main.fc4d456f.js

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,245 @@
1+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
2+
3+
/**
4+
* @license
5+
* Copyright 2017 Google LLC
6+
*
7+
* Licensed under the Apache License, Version 2.0 (the "License");
8+
* you may not use this file except in compliance with the License.
9+
* You may obtain a copy of the License at
10+
*
11+
* http://www.apache.org/licenses/LICENSE-2.0
12+
*
13+
* Unless required by applicable law or agreed to in writing, software
14+
* distributed under the License is distributed on an "AS IS" BASIS,
15+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
* See the License for the specific language governing permissions and
17+
* limitations under the License.
18+
*/
19+
20+
/**
21+
* @license
22+
* Copyright 2020 Google LLC
23+
*
24+
* Licensed under the Apache License, Version 2.0 (the "License");
25+
* you may not use this file except in compliance with the License.
26+
* You may obtain a copy of the License at
27+
*
28+
* http://www.apache.org/licenses/LICENSE-2.0
29+
*
30+
* Unless required by applicable law or agreed to in writing, software
31+
* distributed under the License is distributed on an "AS IS" BASIS,
32+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
33+
* See the License for the specific language governing permissions and
34+
* limitations under the License.
35+
*/
36+
37+
/**
38+
* @license
39+
* Copyright 2020 Google LLC
40+
*
41+
* Licensed under the Apache License, Version 2.0 (the "License");
42+
* you may not use this file except in compliance with the License.
43+
* You may obtain a copy of the License at
44+
*
45+
* http://www.apache.org/licenses/LICENSE-2.0
46+
*
47+
* Unless required by applicable law or agreed to in writing, software
48+
* distributed under the License is distributed on an "AS IS" BASIS,
49+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
50+
* See the License for the specific language governing permissions and
51+
* limitations under the License.
52+
*/
53+
54+
/**
55+
* @license
56+
* Copyright 2020 Google LLC
57+
*
58+
* Licensed under the Apache License, Version 2.0 (the "License");
59+
* you may not use this file except in compliance with the License.
60+
* You may obtain a copy of the License at
61+
*
62+
* http://www.apache.org/licenses/LICENSE-2.0
63+
*
64+
* Unless required by applicable law or agreed to in writing, software
65+
* distributed under the License is distributed on an "AS IS" BASIS,
66+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
67+
* See the License for the specific language governing permissions and
68+
* limitations under the License.
69+
*/
70+
71+
/**
72+
* @license
73+
* Copyright 2018 Google LLC
74+
*
75+
* Licensed under the Apache License, Version 2.0 (the "License");
76+
* you may not use this file except in compliance with the License.
77+
* You may obtain a copy of the License at
78+
*
79+
* http://www.apache.org/licenses/LICENSE-2.0
80+
*
81+
* Unless required by applicable law or agreed to in writing, software
82+
* distributed under the License is distributed on an "AS IS" BASIS,
83+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
84+
* See the License for the specific language governing permissions and
85+
* limitations under the License.
86+
*/
87+
88+
/**
89+
* @license
90+
* Copyright 2020 Google LLC
91+
*
92+
* Licensed under the Apache License, Version 2.0 (the "License");
93+
* you may not use this file except in compliance with the License.
94+
* You may obtain a copy of the License at
95+
*
96+
* http://www.apache.org/licenses/LICENSE-2.0
97+
*
98+
* Unless required by applicable law or agreed to in writing, software
99+
* distributed under the License is distributed on an "AS IS" BASIS,
100+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
101+
* See the License for the specific language governing permissions and
102+
* limitations under the License.
103+
*/
104+
105+
/**
106+
* @license
107+
* Copyright 2017 Google LLC
108+
*
109+
* Licensed under the Apache License, Version 2.0 (the "License");
110+
* you may not use this file except in compliance with the License.
111+
* You may obtain a copy of the License at
112+
*
113+
* http://www.apache.org/licenses/LICENSE-2.0
114+
*
115+
* Unless required by applicable law or agreed to in writing, software
116+
* distributed under the License is distributed on an "AS IS" BASIS,
117+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
118+
* See the License for the specific language governing permissions and
119+
* limitations under the License.
120+
*/
121+
122+
/**
123+
* @license
124+
* Copyright 2018 Google LLC
125+
*
126+
* Licensed under the Apache License, Version 2.0 (the "License");
127+
* you may not use this file except in compliance with the License.
128+
* You may obtain a copy of the License at
129+
*
130+
* http://www.apache.org/licenses/LICENSE-2.0
131+
*
132+
* Unless required by applicable law or agreed to in writing, software
133+
* distributed under the License is distributed on an "AS IS" BASIS,
134+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
135+
* See the License for the specific language governing permissions and
136+
* limitations under the License.
137+
*/
138+
139+
/**
140+
* @license
141+
* Copyright 2019 Google LLC
142+
*
143+
* Licensed under the Apache License, Version 2.0 (the "License");
144+
* you may not use this file except in compliance with the License.
145+
* You may obtain a copy of the License at
146+
*
147+
* http://www.apache.org/licenses/LICENSE-2.0
148+
*
149+
* Unless required by applicable law or agreed to in writing, software
150+
* distributed under the License is distributed on an "AS IS" BASIS,
151+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
152+
* See the License for the specific language governing permissions and
153+
* limitations under the License.
154+
*/
155+
156+
/**
157+
* @license
158+
* Copyright 2020 Google LLC
159+
*
160+
* Licensed under the Apache License, Version 2.0 (the "License");
161+
* you may not use this file except in compliance with the License.
162+
* You may obtain a copy of the License at
163+
*
164+
* http://www.apache.org/licenses/LICENSE-2.0
165+
*
166+
* Unless required by applicable law or agreed to in writing, software
167+
* distributed under the License is distributed on an "AS IS" BASIS,
168+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
169+
* See the License for the specific language governing permissions and
170+
* limitations under the License.
171+
*/
172+
173+
/**
174+
* @license
175+
* Copyright 2021 Google LLC
176+
*
177+
* Licensed under the Apache License, Version 2.0 (the "License");
178+
* you may not use this file except in compliance with the License.
179+
* You may obtain a copy of the License at
180+
*
181+
* http://www.apache.org/licenses/LICENSE-2.0
182+
*
183+
* Unless required by applicable law or agreed to in writing, software
184+
* distributed under the License is distributed on an "AS IS" BASIS,
185+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
186+
* See the License for the specific language governing permissions and
187+
* limitations under the License.
188+
*/
189+
190+
/**
191+
* @license
192+
* Copyright 2022 Google LLC
193+
*
194+
* Licensed under the Apache License, Version 2.0 (the "License");
195+
* you may not use this file except in compliance with the License.
196+
* You may obtain a copy of the License at
197+
*
198+
* http://www.apache.org/licenses/LICENSE-2.0
199+
*
200+
* Unless required by applicable law or agreed to in writing, software
201+
* distributed under the License is distributed on an "AS IS" BASIS,
202+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
203+
* See the License for the specific language governing permissions and
204+
* limitations under the License.
205+
*/
206+
207+
/**
208+
* @license React
209+
* react-dom.production.min.js
210+
*
211+
* Copyright (c) Facebook, Inc. and its affiliates.
212+
*
213+
* This source code is licensed under the MIT license found in the
214+
* LICENSE file in the root directory of this source tree.
215+
*/
216+
217+
/**
218+
* @license React
219+
* react-jsx-runtime.production.min.js
220+
*
221+
* Copyright (c) Facebook, Inc. and its affiliates.
222+
*
223+
* This source code is licensed under the MIT license found in the
224+
* LICENSE file in the root directory of this source tree.
225+
*/
226+
227+
/**
228+
* @license React
229+
* react.production.min.js
230+
*
231+
* Copyright (c) Facebook, Inc. and its affiliates.
232+
*
233+
* This source code is licensed under the MIT license found in the
234+
* LICENSE file in the root directory of this source tree.
235+
*/
236+
237+
/**
238+
* @license React
239+
* scheduler.production.min.js
240+
*
241+
* Copyright (c) Facebook, Inc. and its affiliates.
242+
*
243+
* This source code is licensed under the MIT license found in the
244+
* LICENSE file in the root directory of this source tree.
245+
*/

build/static/js/main.fc4d456f.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/style.css

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
* {
2+
margin: 0;
3+
padding: 0;
4+
font-family: "Poppins", sans-serif;
5+
}
6+
button:disabled {
7+
cursor: not-allowed !important;
8+
}

0 commit comments

Comments
 (0)