Building a React Feedback App
Click to view
- Download dependencies by running
npm install
- Start up the app using
npm start
Implemented Files
Use these files to complete the implementation:
src/components/Feedback/index.js
src/components/Feedback/index.css
- All components you implement should go in the
src/components
directory.- Don't change the component folder names as those are the files being imported into the tests.