Question: Language: JSX Answer in CODE ONLY! Don't have to explain, but if you want to explain, explain with comments in the code. Github link: https://gist.githubusercontent.com/awran5/355643af99164a61ae0f95c84206d151/raw/c62636e8eef7e73540fa04b67f753ca9b95ee21e/quotes-api.js
Language: JSX
Answer in CODE ONLY!
Don't have to explain, but if you want to explain, explain with comments in the code.

Github link: https://gist.githubusercontent.com/awran5/355643af99164a61ae0f95c84206d151/raw/c62636e8eef7e73540fa04b67f753ca9b95ee21e/quotes-api.js
Assignment \#1: Motivation App Build a React application consisting of two component, one called MotivationView.jsx and the other called MotivationListitem.jsx. The MotivationView component should contain an array of motivation quotes from the list below. Using a built-in array method, you must iterate through the list of quotes and render them in a Motivation Listltem component. The MotivationListltem component takes in a string and displays that in a paragraph tag. Your application should be structured similar to the image below You can find the quotes that should be populated inside the application here: https://gist.githubusercontent.com/awran5/355643af99164a61ae0f95c84206d151/raw/ c62636e8eef7e73540fa04b67f753ca9b95ee21e/quotes-api.js
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
