In this assignment you are tasked with decomposing the provided React starter code.
You have a few files
You are to replace App.js in the src directory of a template react project created using the statement npx create-react-app sampleproject. You are also to replace the index.html in the public directory with the provided index.html file.
Once you have made the appropriate replacements and you run the statement nom start in your react project folder you will see the following see image.
You will see a lisCng of 3 projects. Your task in this assignment is to convert the applicaCon that has only 1 funcCon, the App funcCon into one that has at least 2 funcConal components or 2 funcCons.
The submission for this assignment is the App.js file that has the 2 funcConal components.