From f07c254016fb80b7ac1442bb059811a98bea1e35 Mon Sep 17 00:00:00 2001
From: Pedro Medina <48919013+TyrWinDev@users.noreply.github.com>
Date: Thu, 3 Jun 2021 21:47:30 -0400
Subject: [PATCH] Added comments to the files.
---
README.md | 4458 ++---
package-lock.json | 26142 ++++++++++++-------------
package.json | 58 +-
public/font-awesome.min.css | 8 +-
public/fonts/fontawesome-webfont.svg | 5342 ++---
public/index.html | 82 +-
public/manifest.json | 30 +-
src/App.css | 56 +-
src/App.js | 74 +-
src/App.test.js | 16 +-
src/Aside.css | 12 +-
src/Aside.js | 28 +-
src/Footer.css | 10 +-
src/Footer.js | 27 +-
src/Header.css | 6 +-
src/Header.js | 44 +-
src/SectionMain.css | 12 +-
src/SectionMain.js | 33 +-
src/index.css | 10 +-
src/index.js | 24 +-
src/logo.svg | 14 +-
src/registerServiceWorker.js | 216 +-
22 files changed, 18372 insertions(+), 18330 deletions(-)
diff --git a/README.md b/README.md
index b8c0b74..6b9aae5 100644
--- a/README.md
+++ b/README.md
@@ -1,2229 +1,2229 @@
-This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
-
-Below you will find some information on how to perform common tasks.
-You can find the most recent version of this guide [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md).
-
-## Table of Contents
-
-- [Updating to New Releases](#updating-to-new-releases)
-- [Sending Feedback](#sending-feedback)
-- [Folder Structure](#folder-structure)
-- [Available Scripts](#available-scripts)
- - [npm start](#npm-start)
- - [npm test](#npm-test)
- - [npm run build](#npm-run-build)
- - [npm run eject](#npm-run-eject)
-- [Supported Language Features and Polyfills](#supported-language-features-and-polyfills)
-- [Syntax Highlighting in the Editor](#syntax-highlighting-in-the-editor)
-- [Displaying Lint Output in the Editor](#displaying-lint-output-in-the-editor)
-- [Debugging in the Editor](#debugging-in-the-editor)
-- [Formatting Code Automatically](#formatting-code-automatically)
-- [Changing the Page `