Summary
This pull request introduces a new coding practice feature built with JSX and integrated into the existing React project. It provides an in-browser code editor that allows users to write and run code in real-time.
What's Included
A new component: CodePractice.jsx
A code editor textarea with live output display
State handling for user input and result
Basic styling for the editor layout and result area