From 98ee830a5ec4714052fb271d84ddfdcb2ac25bee Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Thu, 31 May 2018 00:24:17 -0400 Subject: [PATCH] lab --- Lab.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Lab.md diff --git a/Lab.md b/Lab.md new file mode 100644 index 0000000..c4b5868 --- /dev/null +++ b/Lab.md @@ -0,0 +1,7 @@ +# Lab + +1. Come up with a model (some kind of object with various properties) +1. Using React, loop through an array of these "models" and display them on the screen +1. Create a form so that users can add more of these models +1. Make sure your app is separated out into various components. At the very least, the listing of the models and the form for creating models should be two different components +1. Use redux as a central source of data that the form and list components use to add more models and display the models created