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) + +