-
-
Save hfaerber/bb2458525e8a42f39cdca9e67923b6f0 to your computer and use it in GitHub Desktop.
Revisions
-
kaylagordon created this gist
Dec 13, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ # Build an IdeaBox (React Funtimes!) Spend some time today building a simple React application. Your app should include: - Functional and Class components - A controlled form or two that allows user to render elements to the page You can also include some of the following (choose which you need more practice with!): - Routing - Some network requests - Cypress tests for general user flows and network requests If you're feeling brave, try implementing some of your stretch technology into this app! You can get some inspo [here](https://frontend.turing.edu/projects/module-3/ideas-4-ideaboxes.html).