Coding Challenge Practice -Question 2
Today's question: Create a React application "Code Review Feedback" that helps in tracking and managing feedback on various aspects of code quality. Solution In solving this, the first step is to assess the boilerplate code to know what was given and what is left to come up with. The boilerplate looked like this: import React from "react"; const FeedbackSystem = () => { return ( Readability

Today's question:
Create a React application "Code Review Feedback" that helps in tracking and managing feedback on various aspects of code quality.
Solution
In solving this, the first step is to assess the boilerplate code to know what was given and what is left to come up with. The boilerplate looked like this:
import React from "react";
const FeedbackSystem = () => {
return (