Skip to content

Instantly share code, notes, and snippets.

@hfaerber
Forked from kaylagordon/advent_day8.md
Created November 16, 2023 19:41
Show Gist options
  • Select an option

  • Save hfaerber/bb2458525e8a42f39cdca9e67923b6f0 to your computer and use it in GitHub Desktop.

Select an option

Save hfaerber/bb2458525e8a42f39cdca9e67923b6f0 to your computer and use it in GitHub Desktop.

Revisions

  1. @kaylagordon kaylagordon created this gist Dec 13, 2021.
    16 changes: 16 additions & 0 deletions advent_day8.md
    Original 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).