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
  • Save hfaerber/bb2458525e8a42f39cdca9e67923b6f0 to your computer and use it in GitHub Desktop.
Save hfaerber/bb2458525e8a42f39cdca9e67923b6f0 to your computer and use it in GitHub Desktop.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment