Question: Javascript Frameworks Using React Using an open dataset API and within a React codesandbox, create an app that uses the dataset in a meaningful way.
Javascript Frameworks Using React
Using an open dataset API and within a React codesandbox, create an app that uses the dataset in a meaningful way.
You can use the dataset you used in your last assessments if you like. Theres also a really good Star Wars dataset(https://swapi.dev/api/) that should provide enough data and challenge for you.
At minimum, your React app should:
Import data from an external source
At least one component is created beyond the App component
Props are passed to the new component
Keys may have to be generated as well (do this when you map your array)
The props should be destructured when passed to a child component
Using a loop, create elements that displays data in a meaningful way
Include MVP.css
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
