From f270fbf09d6d80d6adc69fe6a7e2eac0c73c65f0 Mon Sep 17 00:00:00 2001 From: Dan Marquis Date: Mon, 13 Apr 2020 14:49:57 -0400 Subject: [PATCH] Update README.md --- README.md | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a25037f..760aa98 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,31 @@ # Class10 -Overview of the most common frameworks and how to use them! +Intro to Open Source projects, package managers, and frameworks! + +## Final Project Discussion w/ Tara Watrous +- What questions do you have for Tara? +- Quick project rubric updates + +## Open Source Projects +1. Review of Open Source +2. More complicated projects + +## Package Managers +1. What are they? +2. Node Package Manager +3. Setup and use +4. Some examples of open source packages + +## Frameworks +1. What are they? +2. Most common frameworks +3. Getting started with React JS + + +### Resources +- [What is Open Source]() +- [Package Managers]() +- [Node Package Manager Setup]() +- [Top JS Frameworks](https://hackr.io/blog/best-javascript-frameworks) +- [ReactJS Hello World](https://reactjs.org/docs/hello-world.html) + +