From 0f4e1d0b623468e94312203c3e4c0893e3fbb6f9 Mon Sep 17 00:00:00 2001
From: Johan Navarro <21sebas12@gmail.com>
Date: Wed, 10 Oct 2018 11:54:45 -0500
Subject: [PATCH] Se instala la funcionalidad de jsPDF que permite crear pdfs
---
.gitignore | 21 +
README.md | 2511 ++-
package-lock.json | 14623 ++++++++++++++++++
package.json | 26 +
public/favicon.ico | Bin 0 -> 3870 bytes
public/index.html | 42 +
public/manifest.json | 15 +
src/App.css | 47 +
src/App.js | 54 +
src/App.test.js | 9 +
src/a4.pdf | Bin 0 -> 3077 bytes
src/components/containers/containerView.jsx | 35 +
src/index.css | 14 +
src/index.js | 12 +
src/logo.svg | 7 +
src/serviceWorker.js | 127 +
yarn.lock | 8521 ++++++++++
17 files changed, 26063 insertions(+), 1 deletion(-)
create mode 100644 .gitignore
create mode 100644 package-lock.json
create mode 100644 package.json
create mode 100644 public/favicon.ico
create mode 100644 public/index.html
create mode 100644 public/manifest.json
create mode 100644 src/App.css
create mode 100644 src/App.js
create mode 100644 src/App.test.js
create mode 100644 src/a4.pdf
create mode 100644 src/components/containers/containerView.jsx
create mode 100644 src/index.css
create mode 100644 src/index.js
create mode 100644 src/logo.svg
create mode 100644 src/serviceWorker.js
create mode 100644 yarn.lock
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f491785
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,21 @@
+# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
+
+# dependencies
+/node_modules
+
+# testing
+/coverage
+
+# production
+/build
+
+# misc
+.DS_Store
+.env.local
+.env.development.local
+.env.test.local
+.env.production.local
+
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
diff --git a/README.md b/README.md
index e4727be..2dab1ec 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,2510 @@
-# react-pdf
\ No newline at end of file
+This project was bootstrapped with [Create React App](https://github.com/facebook/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/facebook/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 Browsers](#supported-browsers)
+- [Supported Language Features](#supported-language-features)
+- [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 `