Using fetch and useEffect to render a joke from the JokeAPI
cd
into the projectnpm i
to install dependenciesnpm run dev
to start the development server
The entire application is rendered in the App
component found in src/App.jsx
.
Consider refactoring this application's UI structure such that the UI is divided into the two provided components found in the src/components/
folder: SearchForm
and SearchResults
.